Turbo not working after upgrading Firefox from 114 to 115

Hello all,

Firefox v115.0 was released today and after updating I starting getting the following error:

Uncaught TypeError: The specifier “@hotwired/turbo-rails” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.

I downgraded to v 114 and things started working again. This is in a decent size Rails 7 app so just to make sure I didn’t break anything I created a fresh Rails 7 app and it got the error as well.

I opened an issue on the turbo-rails repo [here](https://github.com/hotwired/turbo-rails/issues/484)

Has anyone else noticed anything wonky after upgrading to FF 115?

Thanks everyone!

1 Like

Hi @bradly You may want to check this out: Getting `Uncaught TypeError: The specifier "@hotwired/turbo-rails" was a bare specifier` after upgrading to the latest version of Firefox (115.0) · Issue #191 · rails/importmap-rails · GitHub