Getting 400 APIErrorCode.CANT_DETERMINE_VALID_WORKSPACE #145
-
Hi,
yet when I try to connect on port 8000 I get this in log:
and in the browser I see
what am i missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hail, @shirkan 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
Hi @shirkan 👋 This error happens when Fief server was not able to determine the workspace given the hostname. The environment variable
|
Beta Was this translation helpful? Give feedback.
Hi @shirkan 👋
This error happens when Fief server was not able to determine the workspace given the hostname.
The environment variable
FIEF_DOMAIN
should match with the hostname you want to use to access the server. Examples:FIEF_DOMAIN=localhost:8000
-> Open http://localhost:8000/admin/FIEF_DOMAIN=fief.mydomain.com
-> Open http://fief.mydomain.com/admin/