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
- Fixing OAuth2 authentication issue
I am using React-Router and Vite to implement google auth , I have setup my Google CLient ID and the consent forms comes , But after I have signed up with Googl...
- Querying and filtering on relationship a...
Hello! A few short months ago, we decided to migrate from SupaBase over to Appwrite, because we were experiencing a lot of headache with the former when it fina...
- Oauth details are inconsistance
Found some inconsistancy in Oauth (in React Native, dont know if its same case for other sdks ) 1. The `getSession` does not return `ProviderAccessToken` or `pr...