I have set the env variables and JWT SECRET. I can...
# ask-questions
g
I have set the env variables and JWT SECRET. I can manually call to my_ip:3100 and get a response but the call to my_ip:3000 comes back with the above. Looked on the docker container and the env variables look good i.e. point to my_ip for APP_ORIGIN and APP_HOST
f
It looks like the API_HOST environment variable is still set to localhost and not your IP address?
Ah, you might have a typo. Looks like you wrote APP_HOST instead of API_HOST
g
OMG. So embarrassing. Up and running now. The separation of the api and ui do add a bit of pain. Thanks again. I am gathering a bit of feedback. I will post it over in the give-feedback channel soon
thankyou 1