Hello,
I'm using Espo v7.4.3 on apache and following the steps outlined here but it is not working:
When visiting my custom portal URL any script calling /client/ seems to load just fine
The two scripts that error out are:
url: https://{my-custom-portal-domain}/api/v1/portal-access/{my-portal-id}/I18n?default=true
Status: 501 Not Implemented
url: https://{my-custom-portal-domain}/api/v1/portal-access/{my-portal-id}/Settings
Status: 501 Not Implemented
The page https://{my-custom-portal-domain} does load but with the two above errors and no login screen.
I am not using websocket
I'm using Espo v7.4.3 on apache and following the steps outlined here but it is not working:
When visiting my custom portal URL any script calling /client/ seems to load just fine
The two scripts that error out are:
url: https://{my-custom-portal-domain}/api/v1/portal-access/{my-portal-id}/I18n?default=true
Status: 501 Not Implemented
url: https://{my-custom-portal-domain}/api/v1/portal-access/{my-portal-id}/Settings
Status: 501 Not Implemented
The page https://{my-custom-portal-domain} does load but with the two above errors and no login screen.
I am not using websocket
Comment