social_media_app icon indicating copy to clipboard operation
social_media_app copied to clipboard

400(bad request) GET https://cloud.io,.............. AppwriteException: Invalid query:

Open juliusdhan opened this issue 11 months ago • 3 comments

error

whenever i try to login its shows this error

juliusdhan avatar Mar 14 '24 18:03 juliusdhan

@juliusdhan hi! I fixed this problem by downgrading appwrite version from 14.0.0 to 13.0.2

Aiz97 avatar Mar 17 '24 11:03 Aiz97

@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 ?

Samrudh713 avatar Apr 06 '24 23:04 Samrudh713

@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.)

Shishir420-GIT avatar Apr 15 '24 17:04 Shishir420-GIT