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
Related with #10155 (possibly duplicated and, if so, I apologize)
I first encountered the issue when working on a project that has optional parameters with matchers and rest parameters ([[region=region]]/[[lang=lang]]/[...path]).
I kept removing parts and the issue seems to happen even with just the rest parameters.
Question, now if i invalidate this layout endpoint, will it invalidate all the endpoints in its children, or do i have to manually invalidate the specific child i have to?
Describe the bug
A sveltekit project with ISR (vercel adapter) and the following structure:
will cause
/foo
to error when visiting directly or refreshing.Other paths (like
/foo/bar
) will work.It's possible to make it work by adding an extra page:
Related with #10155 (possibly duplicated and, if so, I apologize)
I first encountered the issue when working on a project that has optional parameters with matchers and rest parameters (
[[region=region]]/[[lang=lang]]/[...path]
).I kept removing parts and the issue seems to happen even with just the rest parameters.
Reproduction
Complete example with "workaround"
https://github.com/pdrbrnd/sveltekit-isr
https://sveltekit-isr-mu.vercel.app/
Minimal example
https://github.com/pdrbrnd/sveltekit-isr/tree/minimal
https://sveltekit-isr-git-minimal-pedrobrandao.vercel.app/
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: