After refreshing page on my custom sections I get the following error:
GET http://localhost/0/QuickFilterViewV2Resources.js 404 (Not Found)
It does not happen on Contacts or Accounts sections and it doesn't happen if I just enter my sections normally (no refreshing). Do you know what I'm doing wrong that I get this error?
Like
2 comments
18:06 Aug 06, 2018
The issue happens due to the fact that the static content is disabled and the development in the file system option is enabled. At the moment the only way to bypass is to add the QuickFilterViewV2 module into the define of every schema of the sections where you face the issue.
Anyway, you can ignore the exception on development instances. It won't affect production ones.
Show all comments