You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know exactly why but “limit@docker” in line 11 of the file “commons/base.yaml” causes WebDAV to stop working, it leads to "500 Internal Server Error" when accessing "/alfresco/webdav". Traefik returns the following log line:
ERR vulcand/oxy/buffer: failed to read response, err: no data ready entryPointName=web middlewareName=limit@docker middlewareType=Buffer routerName=alfresco@docker
If “limit@docker” is omitted in base.yaml, WebDAV works again as expected. I am using Alfresco 25.1.0 in Docker Compose with the latest "community-compose.yaml" and "base.yaml".