Daniel Marcucci

Results 8 comments of Daniel Marcucci

> If you customize web, and move your app.json, web extra doesn't show up. @ericwooley By "customize web", I assume you mean with `webpack.config.js`? I do not have a `webpack.config.js`...

Having the same issue with `CredentialsProvider`. Noticed https://github.com/nextauthjs/next-auth/issues/9869 reporting something similar, so I removed `export const runtime = 'edge'` in my `route.ts` to see what would happen. It worked and...

Had the same issue but with `CredentialsProvider` instead. Changing the route to not use `edge` also fixed the issue for me, but I would like to use `edge` for my...

> Yeah same for me, I have made sure everything else is edge compatible so it's a bit of a shame Unfortunately, it's still a beta version :(

Just FYI (and per #9966), I can confirm that the issue does not happen in production.

Still seeing the issue in v25.1.1.

> I managed to figure out a work around by uninstalling react-email/components and just using the individual packages. I'm fairly sure it's the tailwind package that's causing the issue. >...

Not sure who your reply is addressed to, but I don't have a preference at this point since I'm now running a script before running locally in order to set...