Same here, started around 9-10p CT last night ... and still having issues this morning.
The guest account will load but I get the 502 error when trying to login via my google account, which was working yesterday.
Thanks all, we're aware of the issue and @catarak is looking into it! Stay tuned!
Just fixed it, so sorry about this!
For documentation purposes, what happened was that a Kubernetes cronjob ran to update all of the p5.js examples (https://editor.p5js.org/p5/sketches), but it didn't run correctly and corrupted the database. Yay! I removed the cronjob so that won't happen again.
This is also, just, hilarious, since I decided to use Kubernetes to prevent stuff like this from happening, and tried rolling back the image to a version I knew worked, and then upon seeing the same error, I realized it had to do with the database and not the app itself.
Also, I will prioritize adding in some alerts, so I'll get an email as soon as there's an issue, and therefore will be able to fix it sooner. Thanks for the patience and understanding y'all!
Most helpful comment
Just fixed it, so sorry about this!
For documentation purposes, what happened was that a Kubernetes cronjob ran to update all of the p5.js examples (https://editor.p5js.org/p5/sketches), but it didn't run correctly and corrupted the database. Yay! I removed the cronjob so that won't happen again.
This is also, just, hilarious, since I decided to use Kubernetes to prevent stuff like this from happening, and tried rolling back the image to a version I knew worked, and then upon seeing the same error, I realized it had to do with the database and not the app itself.