Connection authentication is done using bearer token. The vesion of Joomla is 4.4.5
Is there any way to solve this issue. Thanks..
René Kreijveld
unread,
Jul 24, 2024, 7:37:43 AMJul 24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
What webserver is your dite running? Apache or NgninX?
Op woensdag 24 juli 2024 om 11:46:53 UTC+2 schreef tari...@gmail.com:
Tariq Zacharia
unread,
Jul 25, 2024, 12:14:37 AMJul 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
Apache
Tariq Zacharia
unread,
Jul 25, 2024, 11:59:39 AMJul 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
I have fixed it after commenting the last line of libraries/src/Application/ApiApplication.php. The code that I commented is : //$this->triggerEvent('onAfterDispatch'); . The issue was not seen in a fresh installation of Joomla 4, but in the one upgraded from 3 to 4. May be it will be helpful of someone facing the same problem.
Travis Risner
unread,
Jul 26, 2024, 8:18:23 AMJul 26
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
In that case, it sounds like there's a plugin that is interfering with the core Joomla API on the site that was upgraded. Probably third party.