To simply put it I'm having an issue with error 400 in my code, I believe its a bug due to version mismatch and I'm not sure how to downgrade versions from 14.0.0 to 13.0.0 so .equal works in my code, if theres any other issues you spot please tell me, but I would love some help ❤️
those are also most of my versions ❤️
Update the version number in package.json, delete your node_modules/
and run npm install
it worked thank you so much
Issue with error 400 SOLVED
Great! If your issue has been solved, you can mark this post as closed by adding "[SOLVED]" to the beginning of the title
[SOLVED] Issue with error 400
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- 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...