Rowin van Amsterdam
Rowin van Amsterdam
> Hey! Thanks for opening this issue. > > Can you share a repository to reproduce this? Sure! You can find the repo [here](https://github.com/RvanAmsterdam/sandbox--hardhat). See file `hardhat.config.ts` and `01-deploy-fund-me.ts`.
> We don't have a configuration property like that ([docs](https://hardhat.org/hardhat-runner/docs/config#json-rpc-based-networks)). Did you see that option in our docs or in some other resource? I found it during a freeCodeCamp course,...
> Hello! Looks like this was a bit of an overstep by me, using tools for not what they were designed for. You can see I have a typescript edition...
I noticed this issue is happening only when there are arguments in a story. For example, this will throw the error ` Cannot convert a Symbol value to a string`:...
> Hi @encima ! In my original comment above I was noting a different issue in the docs close to this one. I ended up fixing that issue and mentioned...
> Finally solved this, but not sure it is the recommended way. Instead of having supabase middleware run first, I put it has the last middleware to ensure the response...
supabase db reset causes Error status 502: An invalid response was received from the upstream server
Encountered the same issue, but I'm not sure what's going wrong exactly. If I stop and start supabase locally it works one time. The second time I get this error...
supabase db reset causes Error status 502: An invalid response was received from the upstream server
> [@RowinVanAmsterdam](https://github.com/RowinVanAmsterdam) For me, running SUPABASE_DB_ONLY=true npx supabase db reset let's me reset the database if you need a temporary solution. Thanks, that indeed works as a workaround. You mention...