TLDR Digamber needed help troubleshooting a 405 error while trying to create a collection on a local Typesense install. Kishore Nallan suspected a bad HTTP query and Digamber confirmed the issue was a malformed URL.
What is the exact response text?
That is the exact response text
What client are you using?
I’m doing curl requests
Can you post the exact command here?
Just a note - it works when I use cloud deployment
just not with local install
I’m using wp_remote_request function which is a WordPress specific function to make requests So i don’t know exactly what you would need here ?
Typesense doesn't really return 405 during logical validation, so I suspect some bad http query being sent which is getting rejected.
Ah - i think that helps
Will check and get back to you
Kishore Nallan - thanks for your help - the 405 response was due to a malformed url
:+1:
Digamber
Thu, 23 Dec 2021 10:38:30 UTCHi guys, looking for some help I’m trying to run a local install of typesense. When I try to create a collection i’m getting 405 => Method Not Allowed response.