deployed icon indicating copy to clipboard operation
deployed copied to clipboard

Failed to resolve module specifier "@hotwired/turbo"

Open AliOsm opened this issue 9 months ago • 0 comments

Thanks for this great work!

I have Rails 7.1.3.3 app, when I following the installation setup I faced the following errors in the browser console:

Uncaught TypeError: Failed to resolve module specifier "@hotwired/turbo". Relative references must start with either "/", "./", or "../".

Uncaught
ReferenceError: execDeployed is not defined
    at HTMLButtonElement.onclick (deployed:242:356)

I'm using esbuild, not importmaps.

AliOsm avatar May 30 '24 21:05 AliOsm