You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to host the open-event-server and open-event-frontend locally on my home server. When accessing the frontend locally, I can see in the network traffic that it is using api.eventyay.com as the backend. However, I have the env var API_HOST set to the local address of the api.
I can access the open-event-server locally by going to the 8483 port.
As a side note, the ADMIN_* keys which should create that user according to the examples, do nothing and only the default [email protected] is created.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to host the open-event-server and open-event-frontend locally on my home server. When accessing the frontend locally, I can see in the network traffic that it is using api.eventyay.com as the backend. However, I have the env var API_HOST set to the local address of the api.
Docker-compose config
.env file
I can access the open-event-server locally by going to the 8483 port.
As a side note, the ADMIN_* keys which should create that user according to the examples, do nothing and only the default [email protected] is created.
The text was updated successfully, but these errors were encountered: