Salacious
Application failed to respond
my server file:
const PORT = process.env.DEV_PORT || 8000
server.listen(PORT, "0.0.0.0", () => {
console.log(
Server Connected on ${PORT}...
)
});
i am getting the log "Server Connected on 8000..."
but https://paldle-production.up.railway.app/ shows Application failed to respond11 replies