Skip to content

Break in iOS 16.2 when upgrading from 1.2.3 to 2.0.1 #232

Closed
@code-bunny

Description

@code-bunny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions