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
Greetings! My Rails app will be served inside a subdirectory like
https://example.com/myapp/
I have no issues when running it on localhost, but when deploying serviceworker-rails returns ArgumentError (path is required) pointing to lib/serviceworker/route.rb:37. My initializer is with the basic setup:
Again, running it locally (as localhost:3000) it works fine but it crumbles when it's deployed in the subdirectory. I think I saw something about the mapping of the route, but I'm not sure how should I be putting it.
The text was updated successfully, but these errors were encountered:
Greetings! My Rails app will be served inside a subdirectory like
I have no issues when running it on localhost, but when deploying serviceworker-rails returns
ArgumentError (path is required)
pointing tolib/serviceworker/route.rb:37
. My initializer is with the basic setup:Again, running it locally (as
localhost:3000
) it works fine but it crumbles when it's deployed in the subdirectory. I think I saw something about the mapping of the route, but I'm not sure how should I be putting it.The text was updated successfully, but these errors were encountered: