Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access DAM and Content Composer #21

Open
camsanjot opened this issue Sep 29, 2023 · 1 comment
Open

Unable to access DAM and Content Composer #21

camsanjot opened this issue Sep 29, 2023 · 1 comment

Comments

@camsanjot
Copy link

I am running DX locally on Docker Desktopp with localhost as hostname.

  1. Here is what I am seeing when I access DAM -
    Request URL:
    http://localhost:10039/dx/api/core/v1/dxmyrest/access/current-user?resourceId=wps.MEDIA_LIBRARY
    Request Method:
    GET
    Status Code:
    404 Not Found
    Remote Address:
    [::1]:10039
    Referrer Policy:
    strict-origin-when-cross-origin
  2. Here is what I am seeing when I access CC-
    Request URL:
    http://localhost:10039/dx/api/core/v1/dxrest/configuration
    Request Method:
    GET
    Status Code:
    404 Not Found
    Remote Address:
    [::1]:10039
    Referrer Policy:
    strict-origin-when-cross-origin
@ThomasHurek
Copy link
Contributor

The /dx/api/core context root is served by the Ring API docker container and would be addressed with a different port.
You need to access DX via the 80/443 port as in the doc:
http://example.com/wps/portal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants