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
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...
- Experiencing inconsistent "500 general_u...
I am developing a task management app that uses Appwrite auth. My project is hosted on Appwrite cloud and I've created basic server-side authentication followin...