You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be caused because the app tries to connect to the repository through domain.com/-default-/... instead of domain.com/alfresco/api/-default-/...
Walkaround for the moment is configuring apache to forward this to the right endpoint, i.e.:
The following error is displayed in the conslole:
Root folder retrieval failed: (null)
It seems to be caused because the app tries to connect to the repository through
domain.com/-default-/...
instead ofdomain.com/alfresco/api/-default-/...
Walkaround for the moment is configuring apache to forward this to the right endpoint, i.e.:
ProxyPass / ajp://ip_addr:8009/alfresco/api/ ProxyPassReverse / ajp://ip_addr:8009/alfresco/api/
The text was updated successfully, but these errors were encountered: