Hi team!
Our EspoCRM environment contains an entity with the name Action (type Event).
After upgrade to 7.0.1 we get an error when saving a record for this Action entity.
Browser: Error 404: Not found
Log file:
[2021-10-05 18:56:55] ERROR: (404) Action POST 'process' does not exist in controller 'Action'.; POST /Action; line: 87, file: /wwwroot/application/Espo/Core/Api/ActionProcessor.php [] []
On the demo environment demo.eu.espocrm.com i tried to create a new entity with the name Action, type Event but this fails with the following error: Error 409: Entity name 'Action' is not allowed. Controller already exists.
Our Action entity is very deep integrated into our configuration. Is there a way to resolve this?
Thanks,
Leon
Our EspoCRM environment contains an entity with the name Action (type Event).
After upgrade to 7.0.1 we get an error when saving a record for this Action entity.
Browser: Error 404: Not found
Log file:
[2021-10-05 18:56:55] ERROR: (404) Action POST 'process' does not exist in controller 'Action'.; POST /Action; line: 87, file: /wwwroot/application/Espo/Core/Api/ActionProcessor.php [] []
On the demo environment demo.eu.espocrm.com i tried to create a new entity with the name Action, type Event but this fails with the following error: Error 409: Entity name 'Action' is not allowed. Controller already exists.
Our Action entity is very deep integrated into our configuration. Is there a way to resolve this?
Thanks,
Leon
Comment