php-spx icon indicating copy to clipboard operation
php-spx copied to clipboard

Failed load JS resource in Safari

Open efureev opened this issue 5 years ago • 1 comments

All JS assets not loaded in Safari (Version 13.0.3). Without errors in console. Just return HTML code of base location / of the host.

CSS file - loaded well. In Chrome (78.0.3904.108) - All ok.

Singly, by the url http://localhost/?SPX_UI_URI=/js/dataTable.js, the js files - loaded ok

efureev avatar Dec 03 '19 05:12 efureev

This is weird. Unfortunately I can't reproduce it as Safari is not available on Linux. It sounds like the JS import statement does not take into account the query-string part of the URL. Anyway, I was never expecting the web UI to work on Safari, I can only support Chromium-based & Firefox browsers.

NoiseByNorthwest avatar Dec 09 '19 21:12 NoiseByNorthwest