-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Appwrite redirect loop #4332
Comments
@teknology untick strip prefix in console and realtime settings |
That didn't solve the issue. It resulted in Realtime link reporting a 400 bad request and console still has a redirect loop. |
+1 |
I switched the proxy to Traefek. I was told Caddy has a bug waiting to merge. |
Also experiencing this issue using Caddy. Hopefully resolved soon. |
Just as a sanity check, are you sure you are not hitting this issue: https://coolify.io/docs/knowledge-base/faq#too-many-redirections ? |
TLDR Same issue, brand new setup clean vps and appwrite only app setup but other apps work fine (dashy) If anyone wants to debug I am technical enough to help. I am very new to coolify (came from caprover) so entirely possible that I missed something but the the first app i tried to deploy was Appwrite and hit a redirect loop. However doing the exact same setup with dashy everything works out of the box. im guessing something awry with appwrites internal nginx vs traefic and passing path rewrites etc... curl log of redirect loop (ip/domain changed for obvious reasons)
|
Unfortunately, I've not had any success with unticking "Strip Prefixes". The issue persists with too many redirects. |
Waited for the update to 370 to see if that error persists. And it does. I set it up with the default template provided with coolify now. Getting the same error of to many redirects. With a clean setup. Using defaults. |
@bizrockman what proxy are you using? p.s you still need to untick strip prefixes |
Hi, I am using Traefik. The option strip prefixes is not available. I am using the template that got shipped with coolify. |
@bizrockman click settings on realtime and on console |
Ok thanks. Both a ticked by default. |
@bizrockman it needs to be unticked |
I see. I have unticked the setting. Do not untick the main domain of service "Appwrite". And now it is running. Thanks!! @djsisson |
Unfortunately, the workarounds above don't seem to work with the caddy proxy. |
@Shadowfita caddy proxy i believe has just been fixed, so it should work now in 372? |
Unticking worked for me, I don't know if it's possible for coolify devs to do it, but maybe make sure they are not ticked by default? |
Error Message and Logs
There seems to be a redirect loop preventing Appwrite from loading from the generated url.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.370
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian 12
Additional Information
It doesn't matter of it's a generated url with a private domain or a sslip.io. Both results in a redirect loop.
The text was updated successfully, but these errors were encountered: