vageesh Posted January 29, 2021 Report Share Posted January 29, 2021 Hi, I have just installed Kazoo using the method specified for centos7 https://docs.2600hz.com/sysadmin/doc/install/install_via_centos7/ . Now during login I am getting the issue of method not allowed for PUT method. I am a newbie to both erlang and kazoo. Can you please guide me where am I might be making a mistake? Link to comment Share on other sites More sharing options...
2600Hz Employees mc_ Posted January 29, 2021 2600Hz Employees Report Share Posted January 29, 2021 HI @vageesh welcome! It is hard to say but it appears that you've misconfigured the API url. Your API responds with an appropriate error with 'curl -v -X PUT http://143.110.176.191:8000/v2/user_auth' So check your monster config.js and ensure the URL is similar to this ^ Link to comment Share on other sites More sharing options...
vageesh Posted January 29, 2021 Author Report Share Posted January 29, 2021 Hi @mc_ yes, thanks actually by default configuration didn't include the prefix "http://" in the default url, once I added http prefix in config.json it worked. Link to comment Share on other sites More sharing options...
hosnix Posted February 2, 2021 Report Share Posted February 2, 2021 Hi y're right, it works well with http:// thanks! Link to comment Share on other sites More sharing options...
Recommended Posts