Mendix default icons/glyphicons not redering

0
Hi everyone, My icons are not rendering in my application. See the login page example below. It appears to also be for the glyphicons on my buttons etc. I have cleared out my directory and tried multiple browsers. How can I fix it? Thanks in advance!
asked
4 answers
5

Hi Nico,

 

Check the network and post the console log if any error or warnings are appear.

answered
2

This is a very late response but hopefully this helps someone else in the future.

So, IIS won't server a file-type it doesn't recognise. Your issue is regarding the woff filetype and you will have to simply add it as a mime type in IIS. to map extension woff2 to type font/woff2 (which writes it into web.config).

I hope this helps.

answered
0

If you turn on developer tools in Chrome (or your browser of choice), check the network requests. Can you see a request for the glyphicons? If you do, is that returning an error?

answered
0

I actually forgot about this feed…

The issue was that I opened a REST API with the path localhost:8080/resources/… so the application followed the REST API instead...

answered