7 months ago
Hello, I currently have 2 services that are identical in how the websocket works but have different ports, one has 8001 and the other 8089. With the one service if I do a postman POST request with raw JSON
[
{
"signature": "abc123",
"otherField": "value"
}
]
it gives me 200 and with the other it gives me 443. Why is that and how can i fix it?
8 Replies
the service with the 443 is unibot-buybot-websocket-production.up.railway.app and the service that works is test-launchlab-production.up.railway.app
7 months ago
Hello,
Are you using this two endpoints?
https://unibot-buybot-websocket-production.up.railway.app
https://test-launchlab-production.up.railway.app
7 months ago
Also can you let me know which stack are you using?
It's basically an error with how you've set the routes. If you share them, I can help you more easily.
7 months ago
Hello,
Let me know if your problem is resolved.
7 months ago
Hello,
It's your issues has been resolved let me know.

