Flag Article action on Portal is not working on cloned widgetsIssue When you select the "Flag Article" action in portal, it is opening up a pop which shows "The page you are looking for could not be found."ReleaseAllCauseThis issue could be caused when the widget is cloned and the angular template for KB flag is missing.ResolutionSteps to fix this issue: Go to your cloned widget which was cloned from the OOB widget "Knowledge Article Content" (sysid: a47ea1cb0b9432004ce28ffe15673a5b).Go to the related list "Angular ng- templates" and right click > open in new windowClick on newProvide ID(example "kb-flag-article-modal-custom") and by default the "Widget" name would be prefilled with your cloned widget name.Go to the OOB sp angular template "kb-flag-article-modal" of the OOB widget "Knowledge Article Content". https://<instance-name>.service-now.com/sp_ng_template.do?sys_id=b092dada0b4132004ce28ffe15673a35&sysparm_record_target=sp_ng_template&sysparm_record_row=1&sysparm_record_rows=3&sysparm_record_list=sp_widget%3Da47ea1cb0b9432004ce28ffe15673a5b&sysparm_use_polaris=false 6. Copy the the entire script from the "template" of "kb-flag-article-modal" and paste it in your custom template "kb-flag-article-modal-custom" which was created in step 4 7. Save the custom template "kb-flag-article-modal-custom". 8. Now go to your cloned widget of Knowledge Content and go to the client controller section 9. Go to line no. 301 replace it with your custom template as templateUrl : 'kb-flag-article-modal-custom'. 10. Save the widget record. 11. Go to portal and test it. Related LinksEnsure the column field - "Disable suggesting" is set to false for the knowledge articles for which the "Flag article" button is not showing up for when viewing the article. The below system properties are responsible for showing the "Flag article" on the articles for users based on roles. glide.knowman.show_flag glide.knowman.show_flag.roles