solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
398 stars 133 forks source link

Deploying is stuck on devnet #229

Closed ytrobert closed 4 weeks ago

ytrobert commented 4 weeks ago

When deploying on devnet, the terminal says:"Deploying... This could take a while depending on the program size and network conditions.", and is stuck, even if it's a helloworld program. Information:

  1. F12, Console log: Buffer pk: ByqpbZVZmCZsU5WLCyTRE4NtiZcUKSaughJDfsQCAMnr
  2. it seems there is no such issue on testnet
acheroncrypto commented 4 weeks ago

Unfortunately, it's because devnet is currently down.

Here are some links to track this issue:

https://explorer.solana.com/?cluster=devnet https://twitter.com/SolanaDevnet/status/1781116618321608735 https://discord.com/channels/428295358100013066/749059399875690557/1230677600725368913

It would be nice to be able to display a notification of some sorts when the current cluster is down, but not sure what's the best way to decide if a cluster is down or not since it could just be an RPC that's down.

ytrobert commented 4 weeks ago

thanks a lot !!!