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
maybe you can help, but I know it's not directly related to your script but I'm not sure were to start.
I have a sveltkit / tailwindcss / github / firebase app that I am trying make work
and I'm using the svelte-adapter-firebase
Problem is
When I build locally npm run build and deploy firebase deploy online from my computer to hosting It works perfectly fine
When I build and deploy using github action yml trigerred on merge the app is broken.
I'm getting multiple 404 in browser console and cloud logging :
It's like some of the app files is still referring to the files created by the build I've done locally.
They are not replaced by the new files
Could it be because the github action is not updating the ssr function?
Can you point me in the right direction to fix this?
Let me know if I'm not clear.
Describe the Bug
Hey,
maybe you can help, but I know it's not directly related to your script but I'm not sure were to start.
I have a sveltkit / tailwindcss / github / firebase app that I am trying make work
and I'm using the svelte-adapter-firebase
Problem is
npm run build
and deployfirebase deploy
online from my computer to hosting It works perfectly fineI'm getting multiple 404 in browser console and cloud logging :
It's like some of the app files is still referring to the files created by the build I've done locally.
They are not replaced by the new files
Could it be because the github action is not updating the ssr function?
Can you point me in the right direction to fix this?
Let me know if I'm not clear.
Thank you!
Steps to Reproduce
Expected Behaviour
no 404
svelte-adapter-firebase version
^0.15.0
sveltejs/kit version
^1.0.0-next.587
The text was updated successfully, but these errors were encountered: