ghostfolio / ghostfolio

Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍
https://Ghostfol.io
GNU Affero General Public License v3.0
4.24k stars 413 forks source link

apps/client/index.html missing (404 not found) #1259

Closed niceborn closed 2 years ago

niceborn commented 2 years ago

Hello,

I installed new release 1.193.0 docker and get

{"statusCode":404,"message":"ENOENT: no such file or directory, stat '/ghostfolio/apps/client/index.html'"}

on start. I checked and the file index.html is missing in this directory.

BR Michael

Diondk commented 2 years ago

Hi,

I have the same error as you since upgrading to the latest release.

Kr, Dion

bliekp commented 2 years ago

+1

dtslvr commented 2 years ago

Does it happen when you open http://0.0.0.0:3333 in your browser? Does it work if you open http://0.0.0.0:3333/en?

niceborn commented 2 years ago

...happens only when I access root, if I add /en or /de page is shown as before . Thanks.

lammetak commented 2 years ago

Got the same error after recreate of the container with latest image

dtslvr commented 2 years ago

Can you try to set NODE_ENV: production as in docker-compose.yml?

niceborn commented 2 years ago

With setting NODE_ENV: production the normal startpage is shown.

LeonStoldt commented 2 years ago

ℹ️ I've added the NODE_ENV=production variable to the Unraid Application. It should be available in a few hours from now. Post in Unraid Support Thread will follow.