Maps -> Quick Radius Map

When we search an address in “Quick Radius Map” menu, we get the accounts around that address.

We used to get the list below the map view, but it is not displaying the list of records.

How to fix it?

We have the below error in the console.

Refused to apply style from 'https://WEBSITE/cache/themes/SuiteP/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Anyone know how to fix this?

I am not sure, but that could be correctable on your web server config.

Make sure it sends CSS files with text/css MIME type, I think that is a web server thing.

But I could be wrong.

Try opening the file directly in a separate browser tab

https://WEBSITE/cache/themes/SuiteP/css/style.css

check in browser Developer tools what the web server returns. Is it actually the CSS file, with wrong header? Or doesn’t it send any CSS at all?

Solution:

We had the custom code file. We corrected it and it is working now.

I don’t understand how that line is a “solution”…