Nico Domino

Results 576 comments of Nico Domino

@Christophvh can you provide some more details about your setup? I was able to use the Resend provider, for exmaple, successfully with our Next.js example app (https://github.com/nextauthjs/next-auth-example) just now

The issue `no matching decryption secret` comes from when we try to decode the JWT. So that means there's something along the line wrong with the `AUTH_SECRET` environment variable. Maybe...

@abencun-symphony thanks for the further info. Regarding > - We set the secret explicitly in NextAuthConfig, are you saying that we should not? I was just referring to comments above,...

Tried to test this, but my TikTok app needed to be resubmitted to add the scopes :sweat_smile: Will come back to this when we have an app to test with...

I think this is okay to merge, other than the fact that there seems to be a prettier error. Can you run `prettier --write` over your `packages/core/src/providers/tiktok.ts` file? Then we...

> Gonna be honest, I don't really have the time to do this unfortunately. I think it will be faster to take over since the changes are very minimal. Yeah...

What's the difference between this as the [pg](https://npm.im/pg)-based adapter (`@auth/pg-adapter`)?

> This uses [postgres.js](https://github.com/porsager/postgres) instead of node-postgres. Right, but what's the advantage of one over the other?

There's another PR adding an adapter which uses postgres.js (see: https://github.com/nextauthjs/next-auth/pull/11200), we'd love it if you two could sync and just put up 1 high(er) quality PR :pray:

Did you enable `AUTH_TRUST_HOST` ([docs](https://authjs.dev/getting-started/deployment#auth_trust_host)) or try the `AUTH_REDIRECT_PROXY_URL` ([docs](https://authjs.dev/getting-started/deployment#auth_redirect_proxy_url))? This should be covered by those two options. Let me know if those still don't work for you :pray: