social_media_app
social_media_app copied to clipboard
400(bad request) GET https://cloud.io,.............. AppwriteException: Invalid query:
whenever i try to login its shows this error
@juliusdhan hi! I fixed this problem by downgrading appwrite version from 14.0.0 to 13.0.2
@juliusdhan hi! I fixed this problem by downgrading appwrite version from 14.0.0 to 13.0.2
I'm sorry if this is a silly question. I'm new to react. Could you tell me how to downgrade appwrite version from 14.0.0 to 13.0.2 ?
@juliusdhan hi! I fixed this problem by downgrading appwrite version from 14.0.0 to 13.0.2
I'm sorry if this is a silly question. I'm new to react. Could you tell me how to downgrade appwrite version from 14.0.0 to 13.0.2 ?
not a silly question bro, even I had the same question: run - 'npm install [email protected]'
run it in the same folder as your project. (if doesn't work then delete the older folder under node modules and then run, it will work.)