Peter Unsworth
Peter Unsworth
Note: Same issue exists without using forgotPassword.generateEmailHTML within User collection > auth
When you say "It doesn't look like you're sending any creds.", am I incorrect in thinking that the correct way of providing creds is through the payload config for the...
Further testing for me, neither REST nor /admin forgot password link works on Vercel. Can you see an issue with my implementation in the config? `"@payloadcms/email-resend": "3.0.0-beta.25",` ``` import {...
Tried with `@payloadcms/email-nodemailer` just now. Unfortunately same result. Locally works perfect, Vercel, nothing gets through. Tried on Vercel edge and without. Followed the docs for transportOptions here: `https://www.npmjs.com/package/@payloadcms/email-nodemailer`
I am invoking forgotPassword from the NextJS (app) custom login page: ``` const forgotPassword = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/users/forgot-password`, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ email: normailizedEmail, }),...
@denolfe - just invited you to a fork of the repo. Added a couple of notes to top of readme Everything fine and works as expected locally. Just vercel deployment...
@denolfe - no worries if you haven't looked at this yet but I did see you forked the repo so thought I would check-in to see if you were able...
@denolfe - ye - I will do but under the gun right now so haven't had the opportunity yet
ok @denolfe - finally got round to it. Just added you to the repo (let me know if didn't receive invite). I forked this repo from: https://github.com/payloadcms/payload-3.0-demo You will see...
 No error messages in Vercel or browser No logs at all in resend - double checked env vars