I developed a sign-up page using Next.js, but I'm facing an issue where the application is not properly connected with Appwrite, resulting in an error.
This looks like a front end problem...like your form values aren't being passed to the API call.
Pls what do I do
let's verify the problem. can you check the network tab instead of hte console tab? You should fine the network request for creating the email session. Look at the payload to see what data is actually being sent to Appwrite
Okay
please where is d payload
have gotten it
so you solved our problem?
Yes, thanks
[SOLVED] App not connecting
Recommended threads
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- How to handle ghost accounts created by ...
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the ...