Error uploading Files when creating tasks #8448
Replies: 2 comments
-
Any suggestion please |
Beta Was this translation helpful? Give feedback.
0 replies
-
I managed to solve the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon all. I have set up a local instance of CVAT on a VM using the docker install.
The CVAT instance is running behind a NGINX reverse proxy in sub-domain. The SSL termination is being handled at Reverse proxy level. I have a enterprise SSL certificate for this purpose. The Reverse proxy configuration is fairly standard. Specifically 'client_max_body_size 500M;' has been set
Following guidance in help and in discussions, following have been done to correct CRSF errors within CVAT folder -
nano local-settings.py
nano docker-compose.settings_overlay.local.yml
Thereafter the containers have been created using
All was working weelll and I created organziation, two projects and tasks and jobs nad did annotations.
However, today when I was creating a task with 300 images, I faced an error
I am also seeing web developer console errors
How to address this please ?
Thanks
Dr Vivek
Beta Was this translation helpful? Give feedback.
All reactions