Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Route /1/2/3 works and /1/2/4 throws error. Expected because of throw in getStaticPaths.
Move throw from index.astro to [a].astro, now both routes throw error.
What's the expected result?
Going to /1/2/3 should throw error but /1/2/4 should not.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-1o5lsw-jekzzs
Participation
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Route /1/2/3 works and /1/2/4 throws error. Expected because of throw in getStaticPaths.
Move throw from index.astro to [a].astro, now both routes throw error.
What's the expected result?
Going to /1/2/3 should throw error but /1/2/4 should not.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-1o5lsw-jekzzs
Participation