a month ago
I deployed my code and it was working fine till yesterday. But if i try reach it now , it fails even i changed the port, restarted it and redeployed it. The health check api and my crons are working finely but i cant reach the server from my frontend.
3 Replies
a month ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Reflex App WebSocket Connection Fails on Railway - "WebSocket is closed before connection…"
🧵 Push Not Triggering Deployments - Webhook Missing Despite App Installation
If you find the answer from one of these, please let us know by solving the thread!
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • about 1 month ago
a month ago
Hello,
Are you using the public domain for accessing your service or the internal one?
a month ago
can you share some logs?
be sure the app is using the same port used in Settings => Public Network => Port, usually is 8080 (but if you change both you should be able to use a different port)
If your app does server side request you can use (and you should use to spend less money) the internal link (here you should include the port used in the service as well)
if your app does client side request you should use the public url (no port is needed)