- 🇵🇹Portugal filipetakanap
ye, i still have this error for a long time even after updates... D9
We need to remove all occurrences of sourceMappingURL
and sourceURL
including the old //@
and new //#
syntax. Otherwise these source map comments are causing 404 errors after the JS files are aggregated. After JS aggregation the source maps can no longer used.
This can be done with a regex in:
Remove sourceMappingURL
and sourceURL
from JS files.
Review and commit.
None.
None.
Fixed
7.0 ⚰️
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
ye, i still have this error for a long time even after updates... D9