Parameters should be correct. Account and Membership are successfully created.
I have a next.js project with localhost origin allowed.
I checked spam etc. in gmail
what else could be the reason i am not getting an email?
TL;DR
Developers cannot receive email because the localhost origin is not supported. Update the next.js project to use a live server to allow email delivery.