@joseph thank you. my bad, didn't think about this simple test. The question is irrelevant now.
K
krymov
@krymov
Posts
-
Espo CRM PUT Method not allowed -
Espo CRM PUT Method not allowedThe error says:
Method Not Allowed The requested method PUT is not allowed for this URL.
cURL:
curl --request PUT \ --url REDACTED.TLD/Account/5564764442a6d024c \ --header 'Content-Type: application/json' \ --data '{ "cLinkedInCompanyPageURL": "https://www.linkedin.com" }'
My main question is how to override allowed methods in Apache. In
/app/data/apache
I see portals.conf and mpm_prefork.conf, that's it. Maybe you could point me into the right place in docs to read about the way apache overrides work in cloudron packaged apps. -
Espo CRM PUT Method not allowedHello,
Accessing via API works for me for GET method, but PUT is not working. I've seen in the github issues that it has to do with apache setup (https://forum.espocrm.com/forum/general/2359-error-405)
There's nothing if the cloudron app docs for this info. Could you please advise where I can setup this?