I am using kinde to set up a subscription form to build a waitlist and generate interest on the landing page of my app before it is ready for the public. After subscription, I am redirected to
https://<subdomain>.kinde.com/widgets/subscribe/v1/subscribe
with the json:
{ "status": "success", "message": "Success! You'll be notified as soon as Smartnote is ready." }
.
When a user has already subscribed, I get this error message:
400 Bad request
Sorry, you can not access that page.
You can return to the homepage.
Did I implement this correctly? If not how do you recommend I implement this in my nextjs app.