Universal Editor status 302 to localhost:8443
Hi all,
I'm facing an issue with Universal Editor connecting to my local AEM Author. I'm following react headless tutorial with wknd boilerplate and running local-ssl-proxy --source 8443 --target 4502 / local-ssl-proxy --source 8001 --target 8000 / node universal-editor-service.cjs as recommended. Even so, after added the data-aue-prop, data-aue-type, and data-aue-label (instrument-to-edit-content) the editor tries to fetch CF details from 8443 when selecting the "team members" component and get status 302 with no body to the following endpoints:
- https://localhost:8443/content/dam/my-project/en/john-doe.4.json
- https://localhost:8443/content/dam/my-project/en/alison-smith.4.json
Still able to add, remove and edit the members and every property of the teams component. But for selecting a CF from the modal I have no options to DAM folders and the same 302 issue in the network console to the following endpoint:

When acessing any of those endpoints directly from the browser I get correct JSON in response.

Also, I have successfully fetch 8443 data from the frontend openned in UE. Seems the local instance is redirecting UE to the void. Is it a missing configuration? Any clue to solution?




