Replies: 4 comments 4 replies
-
|
Hi @angelics, Apologies for the late response, I usually monitor issues on the main repository and missed this discussion. This is the same issue reported in #52. The [object Object] error you're seeing is the "Failed to Fetch" error being displayed incorrectly. Root cause: The frontend was defaulting to localhost:8080 for API calls, which doesn't work when accessing LogWard remotely – your browser tries to connect to your local machine instead of the server. The fix: We've implemented auto-detection of the API URL. When you access the frontend on a non-standard port (like your :4000), it will automatically detect the backend at same-host:8080. You can test the fix now using the release candidate: Pull the test images Or in your .env / docker-compose: Let me know if this resolves your issue! |
Beta Was this translation helpful? Give feedback.
-
|
We resolved this problem in the |
Beta Was this translation helpful? Give feedback.
-
|
Still seeing the object error on attempt to create an account. Perhaps I need to get the environment variable which specifies the URL to the frontend as in the other ticket? |
Beta Was this translation helpful? Give feedback.
-
|
Dear all, I am facing the same "Failed to Fetch" error in my first time deployment with version 0.4.1. I also went through the discussion or error #52. So, what does that mean for a setup with a reverse proxy? If PUBLIC_API_URL in .env is not set, it would use thttps://logtide.<example.com> with docker-internal port 8080 or with the mapped port 61243 ("61243:8080")? So, should the PUBLIC_API_URL be overwritten like https://logtide.<example.com>:? thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
See subject. There error message is simply : "[object Object]" near the top of the "Create an account" dialog.
I'm using the default Docker Compose manifest and env file with the following changes:
The
docker logsoutput of the frontend container is:The hosting platform is TrueNAS:
The Compose stack was deployed using Dockge installed as a TrueNAS containerized app.
https://github.com/truenas/apps/tree/master/ix-dev/community/dockge
Beta Was this translation helpful? Give feedback.
All reactions