Replies: 4 comments
-
|
It looks like the AgencyOS frontend is not able to find the Directus backend. I'm not a Podman user but I'd take a look at your networking settings. |
Beta Was this translation helpful? Give feedback.
-
|
I triple checked this before opening the issue. This is from inside the node container: This is the log entry of the directus container every time the sign in button is pressed: |
Beta Was this translation helpful? Give feedback.
-
|
Hi had the same problem and I'm in localhost. |
Beta Was this translation helpful? Give feedback.
-
|
I'm revisiting this and have tried the following: I built the frontend on the host running the directus container twice with different .env files. In the first instance I served it again using a podman node container attached to the same pod as directus using In the second instance I served it directly on the host exposing it on a different port behind my reverse proxy and used In both instances I then deployed a fresh instance of directus and agencyos locally on my workstation accessing them on localhost and the issue persists. I all instances running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self hosted instance of directus and agency-os. Running in podman containers in 2 separate VMs. Agency-os built successfully without any customisation, and deployed using the latest node image.
Frontend and portal login page load normally. This is the error when the login button is pressed:
Trying to access https://directus.mydomain.xyz/auth/login results in:
Node container shows no logs other than:
Listening on http://[::]:3000Beta Was this translation helpful? Give feedback.
All reactions