On a new installation of
Version 3.25.10+210128,
when I click on the button to open the html editor for an answer to a question of List (radio) type
I get a popup indicating a 403 error, where I expect to see the editor opening instead.
The browser console shows the following errors when the Edit answer page is opened:
DevTools failed to load SourceMap: Could not load content for
mysite.com/tmp/assets/25344783/css/lime-admin-colors.css.map
: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for
mysite.com/tmp/assets/939bb6f0/bootstrap.min.css.map
: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for
mysite.com/tmp/assets/bfe5b166/build/adminbasics.min.js.map
: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for
mysite.com/tmp/assets/cbc4a337/build.min...dminsidepanel.js.map
: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
2DevTools failed to load SourceMap: Could not load content for
mysite.com/tmp/assets/232678a5/build/lstutorial.min.js.map
: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Indeed, none of these .map files are on disk.
I notice a different user posted a similar question, but never found the cause of the problem. It was suggested there to clear the asset cache. I have done so, with no change.
I double-checked the permissions for the tmp directory and below: the owner and group have rw permissions everywhere.
I compared the installation to an installation of 4.3 something, where this functionality worked fine, and saw exactly the same permissions (for whatever that is worth).