Friday, November 10, 2023
1 change · 17.0
Enhancements to existing features
The web module now shows a more accurate message when a related map file is missing or outdated. This helps support teams identify that the file likely needs to be regenerated rather than chasing an unrelated configuration issue.
Original PR description
If a .map is missing (outdated) the error message will report
'min' expected in extension in non debug mode
when the problem is actually that map are not generate through this route.
If the attachment corresponding to a .map is not found, it was most likely garbage collected.
Change the message to:
.map should have been generated through debug assets, (version 5eff983 most likely outdated)