-
Notifications
You must be signed in to change notification settings - Fork 65
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
Realtime Not Working #94
Comments
It seems it's trying but failing to connect to itself? The |
Also having issues with this |
Hey @mats16 would love some help here 🙏❤️ |
Update: The self host docker seems to have the same problem by default. Weirdly, the cli docker works fine. Looking into this. |
Now, the websocket for realtime fails with a 426 response. For example, using
And kong logs at the same time
Using websocat on a project on supabase.com, it connects correctly. |
Am also now getting these logs in my realtime
@dubscode How goes over there? Did healthcheck improve your issue? |
Hi @ConProgramming I paused trying to troubleshoot on this repo and started to take a stab at setting this up using SST. I use SST a lot and have setup RDS quite a few times using it and CDK, but have not utilized the Service construct before for container images, so learning as I go, but pretty confident it can work out. I have an extremely "Work in Progress" shell setup here if you wanted: https://github.com/dubscode/supabase-sst Feel free to use it if you want. I'll contribute on it as I can |
This 426 was from a Nginx bastion in front of Kong blocking websocket headers. Wish realtime would've had better logs for this, but after I fixed Nginx this is up and running. Now it's just a matter of merging #95 |
@ConProgramming Hope you doing well mate, was there any official resolution to this? I tried to follow the JSON for the health check on another issue you posed in but it seems like the issue still persists? been battling it for a full day now. |
The default realtime deployment isn't working. All other services are working fine, except realtime where I'm getting errors like the following:
Do I have to do any extra configuration for realtime? Would love to have a fix here asap.
The text was updated successfully, but these errors were encountered: