We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I deployed QFieldCloud on my server using the following configuration:
COMPOSE_FILE=docker-compose.yml:docker-compose.override.prod.yml:docker-compose.override.standalone.yml
When I push a project and navigate to the 'Log entries' page in the admin interface, I get a Server Error (500), and the project status is failed.
I modified:
QFIELDCLOUD_WORKER_QFIELDCLOUD_URL=http://app:8000/api/v1/
to
QFIELDCLOUD_WORKER_QFIELDCLOUD_URL=http://<server_ip>/api/v1/
This change makes the project status OK, but I get a download error in QField, and the 'Log entries' page still shows Server Error (500).
When I set DEBUG=1, I get the following output on 'Log entries' page :
DEBUG=1
Could you help me troubleshoot this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I deployed QFieldCloud on my server using the following configuration:
When I push a project and navigate to the 'Log entries' page in the admin interface, I get a Server Error (500), and the project status is failed.
I modified:
to
This change makes the project status OK, but I get a download error in QField, and the 'Log entries' page still shows Server Error (500).
When I set
DEBUG=1
, I get the following output on 'Log entries' page :Could you help me troubleshoot this issue?
The text was updated successfully, but these errors were encountered: