gr33nTHumB
gr33nTHumB
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
No description
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
if I was to ask a devops to set all this up in aws, would get a week timeline probably
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
🤣
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
devops devs dont work on Fridays
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
tell me about it!
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
but I should have deployed this yesterday already and spent a;lll day fiddling in AWS
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
yeah, Railway offers all the tools for me to avoid that happening
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
hmmmmm that's interesting
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
the very first lines after the imports:
const wsTelegram = io(process.env.WEBSOCKET_URL_TELEGRAM)
wsTelegram.on("connect", () => console.log(`Connected to Telegram bot ${process.env.WEBSOCKET_URL_TELEGRAM}`))
const wsTelegram = io(process.env.WEBSOCKET_URL_TELEGRAM)
wsTelegram.on("connect", () => console.log(`Connected to Telegram bot ${process.env.WEBSOCKET_URL_TELEGRAM}`))
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
at initialization
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
ye, I'll definitely do that
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
the error handler was erroring 🤦‍♂️
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
you gotta be kidding me javascript
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
what if I told you that removing those lines, it works?
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
so I'll jsut let it explode
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
I have no idea where the error is to log it :p
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
I'll remove the handler to see the error
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
No description
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
No description
114 replies
RRailway
Created by gr33nTHumB on 10/27/2023 in #✋|help
Reverse proxy returning 502, but the underlying app is running
then it runs as node server.js and node telegram.js respectively
114 replies