wailroth
wailroth
### Verify latest release - [X] I verified that the issue exists in the latest `chatgpt` release ### Verify webapp is working - [X] I verify that the ChatGPT webapp...
### Describe the bug Currently this works /_layout/login.tsx -> /login auth._layout.login.tsx -> /auth/login Its just that this doesn't work /auth/_layout/login.tsx -> /auth/layout/login As you can see on the reproduction link,...
All in title, my code is working in older version.
In the readme, we understand how to implement prisma with auth. But for web api using token, what should be the config for the ```auth.ts``` for the token provider ?...
### Bug description Hello, I'm trying to install Prisma then generate the client with Yarn and yarn pnp. Package.json ```json { "name": "panel.wailroth.fr", "version": "0.1.0", "private": true, "scripts": { "build":...