I'm just starting with ESPO CRM. Install went perfect, but when trying to edit UI settings as an admin, I'm getting consistent Error 403: permission denied.
Using firebug, I can see this happens when connecting to the API:
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access /espo/api/v1/Settings on this server.
<HR>
</BODY></HTML>
I've checked directory permissions and api-htaccess, this all seems fine...
Thanks for your support. Espo CRM looks really promising, it would be a pity to be stuck on this issue.
Kind Regards,
Oscar
Using firebug, I can see this happens when connecting to the API:
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access /espo/api/v1/Settings on this server.
<HR>
</BODY></HTML>
I've checked directory permissions and api-htaccess, this all seems fine...
Thanks for your support. Espo CRM looks really promising, it would be a pity to be stuck on this issue.
Kind Regards,
Oscar
Comment