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
Note that the file dist/runtime/public/.well-known/assetlinks.json does not exist.
Describe the bug
The nuxt-module-build process ignores folders that start with a . (dot) inside the src/runtime directory when performing optimizations and moving them to the dist folder.
Additional context
Context and Importance of the Fix:
I am working on a Nuxt module that sets up the PWA for my application, which is available on the Google Play Store. For this to work, Google requires a specific file to be accessible at https://domain.name/.well-known/assetlinks.json, containing a key they provide.
Had a similar issue trying to register some server route. via addServerScanDir
We fixed ours by adding it manually via addServerHandler and defining it properly.
Environment
Darwin
v20.14.0
3.13.2
3.14.0
2.9.7
[email protected]
-
-
-
-
Reproduction
https://github.com/vitebo/nuxt-ignore-dot-folder-issue
Check the dist folder for the generated files.
Note that the file
dist/runtime/public/.well-known/assetlinks.json
does not exist.Describe the bug
The
nuxt-module-build
process ignores folders that start with a . (dot) inside thesrc/runtime
directory when performing optimizations and moving them to the dist folder.Additional context
Context and Importance of the Fix:
I am working on a Nuxt module that sets up the PWA for my application, which is available on the Google Play Store. For this to work, Google requires a specific file to be accessible at https://domain.name/.well-known/assetlinks.json, containing a key they provide.
You can find more information here: Verify Android App Links.
Logs
No response
The text was updated successfully, but these errors were encountered: