Hello,
I'm developing a custom module for EspoCRM 9.x (PHP 8.4) and I'm facing a persistent issue with a custom API route.
The Problem: When calling my custom endpoint via POST, I get a 500 Internal Server Error. The Espo log shows: DEBUG: API (0) Route doesn't have specified controller.; POST /myModule
A custom debug script using \Espo\Core\Application can successfully find the route in the metadata and confirm the scope is registered.
Thanks in advance for help.
I'm developing a custom module for EspoCRM 9.x (PHP 8.4) and I'm facing a persistent issue with a custom API route.
The Problem: When calling my custom endpoint via POST, I get a 500 Internal Server Error. The Espo log shows: DEBUG: API (0) Route doesn't have specified controller.; POST /myModule
A custom debug script using \Espo\Core\Application can successfully find the route in the metadata and confirm the scope is registered.
Thanks in advance for help.

Comment