deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.36k stars 253 forks source link

vercel部署报错 #40

Open aigcpro opened 1 year ago

aigcpro commented 1 year ago

微信截图_20230409003833

Error: The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project. -- 00:36:20.831 | Learn More: https://err.sh/vercel/vercel/now-next-routes-manifest 00:36:20.960 | NEXT_NO_ROUTES_MANIFEST: The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.
Supernova3339 commented 1 year ago

the dockerfile doesn't build with the assets installed, you'll need to wait for a modification

On Sat, Apr 8, 2023 at 4:40 PM 李嘉俊 @.***> wrote:

[image: 微信截图_20230409003833] https://user-images.githubusercontent.com/21351751/230732764-928b9664-29aa-4003-967f-eb85bc22a97b.png Error: The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.

00:36:20.831 | Learn More: https://err.sh/vercel/vercel/now-next-routes-manifest 00:36:20.960 | NEXT_NO_ROUTES_MANIFEST: The file "/vercel/path0/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.

— Reply to this email directly, view it on GitHub https://github.com/deiucanta/chatpad/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/APESZJTQXIPAIIZ7LUS5VYDXAGIHZANCNFSM6AAAAAAWXRU7QE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

darth-pika-hu commented 1 year ago

Same issue here.

darth-pika-hu commented 1 year ago

@Apple-ljj @Supernova3339 Add following Environment variable should fix the issue: NODE_VERSION=18

theutsavchopra commented 1 year ago

I am facing the same issue with Vercel installation. @Supernova3339 any fix for this?

Supernova3339 commented 1 year ago

Use the above solution

On Thu, Jun 1, 2023, 3:48 AM Utsav Chopra @.***> wrote:

I am facing the same issue with Vercel installation. @Supernova3339 https://github.com/Supernova3339 any fix for this?

— Reply to this email directly, view it on GitHub https://github.com/deiucanta/chatpad/issues/40#issuecomment-1571621385, or unsubscribe https://github.com/notifications/unsubscribe-auth/APESZJQXFBQQZ4W7OYFCKITXJBJO5ANCNFSM6AAAAAAWXRU7QE . You are receiving this because you were mentioned.Message ID: @.***>

theutsavchopra commented 1 year ago

I tried that still facing that issue. Attached is the screenshot, I have added the environment variable. image_2023-06-01_145329861

theutsavchopra commented 1 year ago

@Supernova3339 awaiting your reply :)