- Issue created by @mvelanka
This is found in tracker-history.js
function processNewRepliesIndicators
This function makes an ajax call to url: Drupal.url('comments/render_new_comments_node_links')
and sends post data as data: { 'node_ids[]': nodeIDs },
Where as this function in comments module expects two arguments : nodeId and fieldName.
Before Drupal 10 comments module CommentController was checking only existence of nodeid
However since Drupal 10 both nodeid and fieldname are validated .... or NotFoundException is thrown.
As a result Tracker in Drupal 10 is resulting into page_not_found errors.
This needs to be fixed in tracker module.
Active
1.0
Code