-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
Since updating from 0.11 to 0.12.1 I can't login anymore.
Here are the changes I did to my compose file after update:
- Change
plane-workerimage toplane-backend - Add
plane-deploy(also see this github issue [bug]:plane-deploymanifest unknown error #2151 ) - Change the frontend command form
/usr/local/bin/start.sh apps/app/server.js appto/usr/local/bin/start.sh web/server.js web
Now when I try to login, I get this error:

In my console, it shows the following error:

The strange thing is, that all this worked in version 0.11 but not with version 0.12
Am I missing a config?
Which .env is responsible for the /api url? The NEXT_PUBLIC_API_BASE_URL is set correctly within my .env file to my plane domain
Steps to reproduce
- Update from 0.11 to 0.12
- Try to login
Browser
Google Chrome
Version
Self-hosted
Reactions are currently unavailable