You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My server is dead, so I checked and the following error is displayed. There is no trace of sending Solana transaction or anything, and I can't tell anything other than the fact that it died because of a 502 Bad Gateway error due to cloudflare while doing ClientBrowser.callServer(). Does anyone know why this is happening and how to fix it?
-- version:
@solana/web3.js: 1.95.2
-- The error is as follows:
/usr/src/app/node_modules/@solana/web3.js/lib/index.cjs.js:5030
callback(new Error(`${res.status} ${res.statusText}: ${text}`)); ^
Error: 502 Bad Gateway: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
at ClientBrowser.callServer (/usr/src/app/node_modules/@solana/web3.js/lib/index.cjs.js:5030:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
steveluscher
added
question
Add this to close an issue with instructions on how to repost as a question on Stack Exchange
and removed
question
Add this to close an issue with instructions on how to repost as a question on Stack Exchange
bug
Something isn't working
labels
Jan 2, 2025
We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of the Solana JavaScript SDK itself.
Questions like yours deserve a purpose-built Q&A forum. Unless there exists evidence that this is a bug with the Solana JavaScript SDK itself, please post your question to the Solana Stack Exchange using this link: https://solana.stackexchange.com/questions/ask
This automated message is a result of having added the ‘question’ tag.
My server is dead, so I checked and the following error is displayed. There is no trace of sending Solana transaction or anything, and I can't tell anything other than the fact that it died because of a 502 Bad Gateway error due to cloudflare while doing ClientBrowser.callServer(). Does anyone know why this is happening and how to fix it?
-- version:
@solana/web3.js: 1.95.2
-- The error is as follows:
The text was updated successfully, but these errors were encountered: