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
I am sorry, i might have explained it poorly. The example in #8516 is with paths generated with the getStaticPaths method in static or hybrid mode. My problem is with a path in ssr mode. The example path used in the other issue seems to work fine in a dynamic path in ssr mode.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When trying to load a dynamic url like
alphabet/:letter.astro
if theletter
includes or is equal to%23
i get the error:What's the expected result?
I expect the page to load with the param resolving to either
#
or%23
.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-x6hzgp?file=astro.config.mjs,src/pages/%5Bdynamic%5D.astro,src/pages/index.astro
Participation
The text was updated successfully, but these errors were encountered: