-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
offline mode: when I navigate to another route, it shows nothing, but when I refresh then it shows the page from cache #140
Comments
If using SSR app, you will need to prerender index.vue page (that's the fallback page /). Check vite-pwa/sveltekit#65 (comment) . |
@userquin
|
yes |
@userquin I already added the dynamic routes, so it will be pushed to prerender.routes
still no any changes, page is working on refresh but not when I navigate to another page |
Create a minimal reproduction using Check https://vite-pwa-org.netlify.app/guide/scaffolding.html : select Vue and then Nuxt when selecting the framework |
If you want to redirect to custom page ( |
Help needed!
Am facing some issues,
when I switched to offline via network tab
(1) when I navigate to another route, initially it shows the blank page, it works only on refresh
(2) Images are not showing, they are not from assets but hosted on another domain, like for ex - https://images.delta.com/name_of_image.jpg
and my configurations looks like this
also I pre-rendered the nitro routes
// pre-render the routes
Sorry, if something I missed or wrong, Can anybody please help ?
The text was updated successfully, but these errors were encountered: