I'm running espocrm on IIS V4.8.2 . The normal login and everything works wonderfully, but I can't get the portal function to work.
I've created a portal and the system has generated a url of http://espo1.localhost.dev/portal/5a0aff2b9b5372d86/
When I paste this link into a different browser, the page loads until it hits settings and I18n when these resources get a 401 Authorisation error.
http://espo1.localhost.dev/api/v1/po...72d86/Settings ->401
http://espo1.localhost.dev/api/v1/po...9b5372d86/I18n ->401
and so the rest of the page does not load
/portal/ ,/api/v1/ , /api/va/portal-access/ all redirect to the index.php in the folders.
If feels as though the slim component is doing a 401, but I'm not really clear about whether these resource are supposed to be public so that the login page would load...
Any insight about this?
Thanks
I've created a portal and the system has generated a url of http://espo1.localhost.dev/portal/5a0aff2b9b5372d86/
When I paste this link into a different browser, the page loads until it hits settings and I18n when these resources get a 401 Authorisation error.
http://espo1.localhost.dev/api/v1/po...72d86/Settings ->401
http://espo1.localhost.dev/api/v1/po...9b5372d86/I18n ->401
and so the rest of the page does not load
/portal/ ,/api/v1/ , /api/va/portal-access/ all redirect to the index.php in the folders.
If feels as though the slim component is doing a 401, but I'm not really clear about whether these resource are supposed to be public so that the login page would load...
Any insight about this?
Thanks
Comment