I just deployed NOCODB in my linux server using default pg docker-compose file.
It is amazing, the app itself works fine.
But when i try to delete a form it failed and report a network error, as the browser console show below
Bye the way, URL of my app is http://172.18.231.46:8080. Should I change docker-compose file according to this url? How should I do that ?
I am a student on this so apologize for this dummy questions.
Much appreciate if anyone can give me any clue.
To assist you better, please provide the following details:
-
The version of the NocoDB Docker image you’re using. If possible, please include your Docker Compose file as well.
-
The Docker logs for the application. Specifically, the backend error logs(docker logs) will be helpful.
-
The HTTP response details captured in your browser’s network tab.
Additionally, ensure that you configure the NC_PUBLIC_URL
environment variable with the correct URL. This is essential for ensuring that all functionalities work as expected. You can find more information about environment variables in our documentation here.