We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for this awesome work.
I was integrating this and found the error after build, because the app trying to find firebase-messaging-sw.js in root, but my app in subfolder.
Here the app url: domain.com/my-app
domain.com/my-app
How can I solve this?
The text was updated successfully, but these errors were encountered:
Hi, You could try to add the subdirectory as a prefix to the path here:
quasar-app-extension-firebase-messaging/src/index.js
Line 25 in 41b4dd4
// replace line register(process.env.SERVICE_WORKER_FILE, { ---> // by register(`${subdirectory}/firebase-messaging-sw.js`, {
Let me know if it works
Sorry, something went wrong.
Thanks for the reply, but still not working. When checking the Console, the error says that the app trying to find /service-worker.js (root)
No branches or pull requests
Hi, thanks for this awesome work.
I was integrating this and found the error after build, because the app trying to find firebase-messaging-sw.js in root, but my app in subfolder.
Here the app url:
domain.com/my-app
How can I solve this?
The text was updated successfully, but these errors were encountered: