langgenius / webapp-conversation

MIT License
422 stars 798 forks source link

500 App is unavailable #37

Closed TigrisRiva closed 10 months ago

TigrisRiva commented 11 months ago

I've set the correct .env.local file correctly and after I run npm run dev I got a 500 App is unavailable error on the localhost:3000. I'm not sure where I went wrong with the configuration. Can I see any logs?

levie-vans commented 10 months ago

I have the same problem.

sean233 commented 10 months ago

same problem!

levie-vans commented 10 months ago

I've found that modifying the corresponding sections in two program files can resolve this issue. It appears to be a bug in the program. 1. app\components\index.tsx: image image image 2. app\components\sidebar\index.tsx: image

TigrisRiva commented 10 months ago

不用英文说了 问题找到了。env.local里,不要引号,不要引号,不要引号 重要的问题说三遍

qianbaidu1266 commented 6 months ago

I've found that modifying the corresponding sections in two program files can resolve this issue. It appears to be a bug in the program. 1. app\components\index.tsx: image image image 2. app\components\sidebar\index.tsx: image

解决启动失败的问题了!