Unable to upload videos #242
Replies: 3 comments 5 replies
-
Can you write what docker-compose did you use, and what are the changes you did? So that we can reproduce the case |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering! they only line that I changed from the whole repo was |
Beta Was this translation helpful? Give feedback.
-
mmm probably you have to use one of the other docker-compose files, as it's described on https://github.com/mediacms-io/mediacms/blob/main/docs/Docker_deployment.md |
Beta Was this translation helpful? Give feedback.
-
I am trying to debug why is that I am unable to upload videos.
I have a docker deployed by default.
I access the server via my domain name using a nginx, I am unable to upload videos. Any media fails to upload. I am able to upload a profile picture though, all sites work I think? home keeps trying to load but since it is empty I guess it is fine? for it to continue to try?
I think the issue might be the proxy. I am unable to access the front via http://localhost because the computer server does not have an interface. I also configured the front domain variable to mydomain.example.com (it is not actually that domain, just for example) in deploy/docker/local_settings.py
Here is my nginx:
Any Idea on what I have to do to make it work?
Beta Was this translation helpful? Give feedback.
All reactions