Content
You are here:
Unable to attach files
Added by Stefano Cognigni about 6 years ago
Hi, i've installed Openproject with docker, attach compose file.
When try to attach any files i have "The attachment could not be created", attach also this error.
Folder /opt/data/openproject/static (/var/db/openproject shared with host) have 777, I checked and memcached is working properly, what could be the problem?
Thanks
Stefano
Replies (2)
Stefano, please see #28664. Basically, you'll have to pull
openproject/community:8.0.1
OK i've resolved, i have already the 8.0.1, i use openproject under haproxy and i set
reqadd X-Forwarded-Proto:\ https
, now work, this is probably the reason, thanks!