-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
[Bug] vercel部署失败 #4557
Comments
👀 @davaded Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hello, @davaded! I'm here to assist you with any bugs or questions you have. If you need help, feel free to ask. I found a similar issue related to Vercel deployment errors. In a closed issue, it was suggested to try redeploying, as builds sometimes fail initially but succeed upon retrying. The normal build process takes about 6 minutes, while failed builds take over 45 minutes [1]. The error you're encountering, "InvalidCharacterError: The string to be decoded is not correctly encoded," might be related to the To address this, you might want to check the encoding of the strings being passed to |
我自己处理吗? |
Do I handle it myself? |
📦 Environment
Vercel
📌 Version
最新
💻 Operating System
Other
🌐 Browser
Chrome
🐛 Bug Description
✓ (serwist) Bundling the service worker script with the URL '/sw.js' and the scope '/'...
✓ Compiled successfully
Linting and checking validity of types ...
Collecting page data ...
node:buffer:1294
throw lazyDOMException(
^
InvalidCharacterError: The string to be decoded is not correctly encoded.
at atob (node:buffer:1294:13)
at u (/vercel/path0/.next/server/edge-chunks/17.js:1:25526)
at /vercel/path0/.next/server/edge-chunks/17.js:5:38344
at /vercel/path0/.next/server/edge-chunks/17.js:5:38393
at /vercel/path0/.next/server/edge-chunks/17.js:5:38664
at 9891 (/vercel/path0/.next/server/edge-chunks/17.js:5:38918)
at t (/vercel/path0/.next/server/edge-runtime-webpack.js:1:143)
at 7290 (/vercel/path0/.next/server/app/(backend)/trpc/edge/[trpc]/route.js:5:5757)
at t (/vercel/path0/.next/server/edge-runtime-webpack.js:1:143)
at t (/vercel/path0/.next/server/app/(backend)/trpc/edge/[trpc]/route.js:378:70492)
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: