Page 1 of 1

CSWeb access to dashboard

Posted: March 9th, 2021, 10:21 am
by Mariovaisman
Hello team,

I was working, in fact continu working transmiting using csweb, but from a couple of days ago I cannot access the dashboard anymore, however the transmission continue without any problem. Attached you can see the api and ui log.

Please let me know what happen, and how I can solve the situation that cannot access the dashboard.

Thanks

Mario

Re: CSWeb access to dashboard

Posted: March 9th, 2021, 10:51 am
by josh
I see a bunch of "method of not allowed" errors. This is usually caused by your web server configuration not allowing all HTTP methods. Sometimes servers are configured to disallow certain methods. Make sure that you are allowing GET, POST, PUT and DELETE. The way you enable/disable those methods depends on the particular server. It is also possible that there is additional security running on the server that is blocking certain methods for example mod_security or something similar. You may need to modify the configuration of that software in order to allow the blocked methods.