"Root node not found” error on opening https://localhost/pimcore-studio/ #2338
-
|
Summary After installing PimcoreStudioBundle, opening https://localhost/pimcore-studio/ shows an error dialog “Root node not found.” The browser console reports 400 responses from /pimcore-studio/api endpoints and module federation version mismatch warnings. Environment:
What happens:
What I expected Video: PimcoreStudioProblemFull.mp4Question about docker-compose Mercure config Can you confirm whether the following Mercure service configuration is correct for Pimcore Studio? The publisher and subscriber JWT keys are identical (intentionally masked here but they match 1:1). mercure:
image: dunglas/mercure:latest
restart: unless-stopped
environment:
# Disable HTTPS
SERVER_NAME: ':80'
MERCURE_PUBLISHER_JWT_KEY: '<256-bit-secret-min-32-chars>'
MERCURE_SUBSCRIBER_JWT_KEY: '<256-bit-secret-min-32-chars>'
MERCURE_EXTRA_DIRECTIVES: |-
cors_origins "https://localhost"
command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile
expose:
- "80"
ports:
- "8080:80"
volumes:
- ./.docker/mercure/data:/data
- ./.docker/mercure/config:/configThanks in advance for help and guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Make sure messenger messages from generic data index are consumed and queue is processed. |
Beta Was this translation helpful? Give feedback.
Make sure messenger messages from generic data index are consumed and queue is processed.