You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
I took a couple of hours to debug this issues and, thanks to @webmarkelov "change the ajax path request?", I found a workaround that looks like an hack.
I was getting two errors: GET http://domain.xyz/assets/icons/icons.svg 404 (Not Found) svgxhr.js:47 Uncaught Error: Invalid SVG Response at XMLHttpRequest._ajax.onload (svgxhr.js:38)
However, the sprite is generated on the correct path.
I took a couple of hours to debug this issues and, thanks to @webmarkelov "change the ajax path request?", I found a workaround that looks like an hack.
BUG
I was getting two errors:
GET http://domain.xyz/assets/icons/icons.svg 404 (Not Found) svgxhr.js:47
Uncaught Error: Invalid SVG Response at XMLHttpRequest._ajax.onload (svgxhr.js:38)
However, the sprite is generated on the correct path.
FIX
By overwriting the
__svg__
filename, the errors are gone.Does anyone knows a way to fix it? Everything was working fine until the last update.
The text was updated successfully, but these errors were encountered: