Open alexz707 opened 2 months ago
same problems with bulma.min.css when you are hosting mercure service in private network not connected to internet .
@dunglas is it possible do not use cdn for assets and includes them directely ?
cordialy
We're working on a revamp of the profiler. We'll bundle the assets for the new version.
When accessing the dev UI via a nginx proxy the dev UI will load but won't work because it does not find the app.js file. Maybe this is an intended behaviour but I did not find something in the docs.
I use the docker image and my proxy nginx config is:
When I access the container over an exposed port everything is working. But as soon as I use the proxy path it doesn't find the app.js file.
Regards Alex