a year ago
My git repo based application showed a crash message within 5 minutes after I redeployed it.
Application link: https://railway.app/project/b1597f81-fe8e-458d-bca1-c8855bf9fd9b
No changes in env variable., i just redeploy it once I see message it is stopped due to renewal is pending.
Please guide me to resolve these issues.
Thanks.
2 Replies
a year ago
> token-bridge@1.0.0 start
> node script/app.js
Script start
JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)
Error in app.js file on Bridge chain
Error message: server response 404 Not Found (request={ }, response={ }, error=null, code=SERVER_ERROR, version=6.7.1) in catch block of main() function
node:events:495
throw er; // Unhandled 'error' event
^
Error: Unexpected server response: 503
at ClientRequest. (/node_modules/ws/lib/websocket.js:852:7)
at ClientRequest.emit (node:events:517:28)
at HTTPParser.parserOnIncomingClient as onIncoming
at HTTPParser.parserOnHeadersComplete (node:httpcommon:119:17)
at TLSSocket.socketOnData (node:httpclient:541:22)
at TLSSocket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
at readableAddChunk (node:internal/streams/readable:341:9)
at Readable.push (node:internal/streams/readable:278:10)
at TLSWrap.onStreamRead (node:internal/streambasecommons:190:23)
Emitted 'error' event on WebSocket instance at:
at abortHandshake (/node_modules/ws/lib/websocket.js:1022:15)
at ClientRequest. (/node_modules/ws/lib/websocket.js:852:7)
[… lines matching original stack trace …]
at Readable.push (node:internal/streams/readable:278:10)
Node.js v18.19.1