When creating or editing an article on the front end, upon clicking the user icon on the "Created By" field, the modal loads an error page with the following error:
View not found [name, type, prefix]: users, html, site
In the console, I see it could not load the following: https://www.evergreenmtb.org/manage/blog/form/index.php?option=com_users&view=users&layout=modal&tmpl=component&required=0&field=blog_created_by ... is it because "/manage/blog" gets inserted (i.e., the view URL gets constructed implicitly vs. from the root)?
Thx