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'm closing this as a duplicate of #8516. I think I have a fix, but it would be a breaking change so would probably need to wait for Astro 5. I'll go into a bit more detail in the other issue. The ugly workaround would be to double-encode it: const astro = encodeURIComponent(encodeURIComponent('https://astro.build'))
I'm closing this as a duplicate of #8516. I think I have a fix, but it would be a breaking change so would probably need to wait for Astro 5. I'll go into a bit more detail in the other issue. The ugly workaround would be to double-encode it: 我将其作为以下副本关闭 #8516 。我想我已经解决了,但这将是一个重大更改,因此可能需要等待 Astro 5。我将在另一期中详细介绍。丑陋的解决方法是对其进行双重编码:const astro = encodeURIComponent(encodeURIComponent('https://astro.build'))
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Nested dynamic routing using on-demand rendering mode via
output: 'server'
cannot work with encoded URLs.config:
What's the expected result?
Nested dynamic routing can work with encode URL
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-tu5dpb?file=src%2Fpages%2F%5Bid%5D%2F%5Blink%5D.astro
Participation
The text was updated successfully, but these errors were encountered: