ilmoi
ilmoi
I'm running into the same issue except with an `INSERT` statement. The advice above helped with `SELECT`, but not with `INSERT`. Specifically, my code compiles fine but at runtime I...
Understood. Thanks for commenting.
could be! Wanna submit a PR?
Weirdly... it does. Oh man this isn't helpful is it. Am getting an error for another test, but I saw that's already brought up in a different thread: ``` @pytest.mark.asyncio...
@CITGuru I'm on version 1.0.3, which seems latest, and still getting the error on click. What am I missing?
@Lichtso do you have a rough timeline in mind?
Yeah Solana changed something in their networking settings, the mainnet node doesn't work from prod front ends anymore. You'll have to ask them on discord or use a custom node.
I'm sure you checked this, but just in case make sure that your `.gitignore` is not preventting `.elasticbeanstalk/config.yml` from being uploaded. EB automatically adds stuff to your gitignore which prevents...