-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fix: Don't need to encode tags when production #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @timlrx on Vercel.
@timlrx first needs to authorize it.
Hmm I just noticed that there were some people who posted about this issue in #771 as well. What's the reason that encodeURI is needed in dev but not prod? And could you just if it works on a normal yarn build and yarn serve as well?
Would like to fix this issue properly.
1226085293
commented
Jun 30, 2025
I also encountered this problem. I hope to merge as soon as possible
The tags with Chinese character would be double encoded when deploy in the way of static export. Then the server wold not find the correct route.