We had recently upgraded our Joomla site from 3.x to 4.x. We now have a requirement to connect to Joomla core APIs. But we are not able to do so. It is giving error: Unable to load router: api .../libraries/src/Router/Router.php:115
The URL we are trying is : api/index.php/v1/content/articles/42
Bearer token is used for authentication.
Can anyone give me an insight to what needs to be done to solve this?
Thank you.
onAfterDispatchevent which means plugins can no longer respond to it. What this does tell us is that the issue is coming from some plugin responding toonAfterDispatch. If you enable debug, you may be able to see which plugin exactly is causing the issue.