frandiox / vitedge

Edge-side rendering and fullstack Vite framework
https://vitedge.js.org
MIT License
732 stars 31 forks source link

Page props are not working properly #95

Open barisbora opened 2 years ago

barisbora commented 2 years ago

Noticed very weird issue on build version 💣

Page props not working properly, won't fetch page props while working on service worker.

doesn't work if has been loaded via service worker

Screenshot 2022-11-03 at 00 29 21

works perfectly with hard refresh

Screenshot 2022-11-03 at 00 27 44

Demonstration

https://user-images.githubusercontent.com/10472206/199622225-19539714-863a-463d-b12e-a5c189d94657.mov

can test on: https://development.communities.workers.dev/

PS Also I cloned Vue Vitedge and deployed cloudflare, same issue is there too