Hello,
I have a website with Grid Iron 3. Stops working, the tables are not shown, but I don’t know what I changed and why the site is not working as expected.
I’m using RW 8.7, Stacks 4, Foundation 1.9.2 and Grid Iron 3.4.5.
I found the error. It must have something to do with the Ecxel-file, which is maintained by another person. I replaced the file and now the site works fine again.
Please excuse me for the unnecessary work I have done for all of you.
I’m on an iPad so don’t have any developer tools thanks to the locked-down iPadOS, but errors that are related to js.map files probably have nothing to do with the problem.
Files that end with the .map extension are called source maps and should not affect the rendering of the page.
When you minify CSS and JavaScript the files get compressed to reduce the size and speed up the loading and rendering of the page.
Source maps create a map from these compressed asset files back to the source files.
This source map allows you to debug and view the source code of your compressed assets, as if you were actually working with the original CSS and Javascript source code.
So unless you are using a browser’s developers tools to debug the page they shouldn’t have any impact on what the regular users see.