You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't too vigilant and bundle updated my rails application which pulled in the 2.0.1 importmaps. This seemed to be perfectly fine until we had iPhone users still running 16.2 reporting that the website was "frozen". It turns out that the error was due to:
TypeError: Module specifier, 'application' does not start with "/", "./", or "../". Referenced from http://localhost:3001/
Replace the from with the production websites domain or indeed any domain with this issue. Reverting to 1.2.3 fixes the issue or upgrading iOS to any of the 17.x releases also fixes the issue.