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
When I visit https://break.solana.com/game, the page is stuck in an Initializing... state. Looking at the browser logs, the client is making a POST request to https://break-solana-mainnet.herokuapp.com/init and receives a 404 from the server. I had hoped to contribute a fix (full disclosure: because I'm job searching), but if my hypothesis is correct, only someone with access to the Heroku account can troubleshoot further. From what I can tell the most likely culprit is this line:
Since ApiServer is responsible for handling the POST request to /init, it makes sense that the server would return 404 if the server had been initialized with DISABLE_API improperly set.
The text was updated successfully, but these errors were encountered:
When I visit https://break.solana.com/game, the page is stuck in an
Initializing...
state. Looking at the browser logs, the client is making a POST request tohttps://break-solana-mainnet.herokuapp.com/init
and receives a 404 from the server. I had hoped to contribute a fix (full disclosure: because I'm job searching), but if my hypothesis is correct, only someone with access to the Heroku account can troubleshoot further. From what I can tell the most likely culprit is this line:Since
ApiServer
is responsible for handling the POST request to/init
, it makes sense that the server would return 404 if the server had been initialized withDISABLE_API
improperly set.The text was updated successfully, but these errors were encountered: