-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as duplicate of#4332
Description
Error Message and Logs
When deploying Appwrite using Coolify, the automatically generated Traefik configuration for the appwrite-console
service includes a stripprefix
middleware that causes infinite redirect loops and "too many redirects" errors.
Coolify automatically generates the following Traefik labels for appwrite-console:
labels:
- traefik.http.middlewares.{instance}-appwrite-console-stripprefix.stripprefix.prefixes=/console
- traefik.http.routers.{instance}-appwrite-console.middlewares={instance}-appwrite-console-stripprefix,gzip
- traefik.http.routers.{instance}-appwrite-console.rule=Host(`{domain}`) && PathPrefix(`/console`)
Currently, users have to manually edit the console container settings to remove the stripprefix option. But there needs to be a way to disable this by default.
Steps to Reproduce
- Deploy Appwrite using Coolify
- Access the console at https://your-domain.com/console
- Browser shows "too many redirects" error
- Check network tab - infinite 302 redirects between root and /console
Example Repository URL
No response
Coolify Version
v4.0.0-beta.426
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information

Metadata
Metadata
Assignees
Labels
No labels