Simon Gagnon

Results 25 comments of Simon Gagnon

Hi @titib ! Thank you for this issue. For some reason in the React lifecycle and the redwood router, it is not possible to use hooks in the NotFoundPage and...

We get the following error : ``` Error: P3014 Prisma Migrate could not create the shadow database. Please make sure the database user has permission to create databases. Read more...

Right, I don't think http backend should be used in a RedwoodJS project. :smiley:

I got the same problem that you, but do you use Gnome Terminal ? I am curious if is not a bug from the terminal itself. I will try on...

Same for GraphQL, I think the web don't care about HTTP code anymore 😅 ![image](https://user-images.githubusercontent.com/18013532/131896724-e392665e-0ae5-43a6-9063-b6724227f41b.png)

> Exactly. I have only had some success with Netlify redirects and even then not 100% on the magic. I think the only solution right now will come with static...

> yarn install fails when a package.json exists in home directory This seems to be a normal beaver from Yarn (More details : https://github.com/yarnpkg/berry/issues/2212) > One little bump remains as...

@hsongra11 @juliomac Thanks to let us know. I will check with the team to solve this, but it feels like we got different bugs here with the same output.

@juliomac Did you try the codemod command ? `npx @redwoodjs/codemods@canary upgrade-yarn` Let me know if that works!