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

Plone font icons broken #132

Closed
ajtucker opened this issue Mar 7, 2022 · 1 comment
Closed

Plone font icons broken #132

ajtucker opened this issue Mar 7, 2022 · 1 comment

Comments

@ajtucker
Copy link
Contributor

ajtucker commented Mar 7, 2022

Logging into the Plone admin site on the demo sites (by adding /api to the path), results in some broken icons:

image

The developer console shows that some fonts aren't being loaded because the URL path is /++plone++static/ rather than /api/++plone++static/. There is an outstanding issue for this.

A workaround is to add a re-write in nginx along the lines of:

rewrite ^(/\+\+plone\+\+static/.*)$ /api/$1 last;
@ajtucker
Copy link
Contributor Author

Closed by adding the above rewrite to nginx.

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

1 participant