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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...