David Nahodyl
David Nahodyl
This doesn’t sound like the same issue to me ( but maybe it shares an underlying cause?). This doesn’t have anything to do with reloading and isn’t something that affects...
And to clarify, this is something that happens 100% of the time and still persists after getting past the HMR issue discussed in the other issue.
This is pretty big for high school math and would be very useful to have. GitHub needs a "Star issue" feature!
@pi0 This seems to work well for fetching and generating the routes in general, and functions correctly when navigating client-side from within the app. However, it seems to fail when...
I think I've done some further diagnosis and it looks like this is a side-effect of useFetch and useAsyncData hitting the CMS from the client instead of the payload on...
Yep. That fixed it. I'm surprised to see that a trailing slash would be an issue like that, but I guess that was the problem. Using just the param could...
Ah, yes, true. I wanted to make sure I understood the usage of the key. The URL is unique through the app, so I thought that was a good place...
What would your payload be where you wouldn't be getting it in your route scripting directly? In SSG you can have only one set of data like that for a...
I think your ID would be the key for this, not a payload. Your file/route would be something like `/products/[id].vue` where ID is each product ID. The prerendered routes would...
I don't think you have the right approach to this problem for a static site. If your content is going to be pre-rendered it can't come from query parameters, as...