Getting server not found error on dockerized qfieldcloud instance

I have deployed a qfieldcloud instance on my machine using docker-compose. But when i am trying to access the application on web browser, I’m getting server not found error, But i can open the django admin and swagger portal perfectly. Error screenshots are attatched.


Imported from GitHub discussion by @amitabhajana on 2022-12-19T11:52:52Z

Please be more precise about the steps followed. Hiding the URI part of the URL didn’t help. I guess you are looking for https://hiddendomainfornoreason.com/admin .


Imported from GitHub comment by @suricactus on 2022-12-19T12:54:41Z

I have deployed a qfieldcloud instance in production environment on my local machine.
What i’m trying to say is like when i am openning the application in browser by using the url http://localhost/ i am getting the above error.
But i can access the django admin portal by using the url http://localhost/admin .


Imported from GitHub comment by @amitabhajana on 2022-12-19T13:13:15Z

I think you have misleading title, it’s not “server not found”, but “page not found”, or 404 error page.

And it is actually very much correct status code, this repo provides very few paths:

If you are interested in on premise installation, please drop us an email info [at] opengis.ch


Imported from GitHub comment by @suricactus on 2022-12-19T13:47:00Z