[BUG] cannot search for custom abilities
When clicking "search" for a custom ability, a loading spinner appears but never responds with results. It seems the backend website the overlay is trying to pull data from no longer exists.
https://github.com/Zeffuro/ZeffUI/blob/d0ed149ef3452e3b7cd15341e5120b4dbc3d3e69/scripts/settings.js#L671
What are you trying to look for and what language. https://www.fakegaming.eu/ffxiv/spellname/index.php?name=Thunder&type=action&lang=en This is working for me.
Huh, that url works when visited directly, for me as well.
I was searching for "play" and "astral draw"/"umbral draw" (in english) since Astrologian's card rework changed what cooldowns I want to see.
I can open DevTools for the overlay itself, but can I open a debug window for the "ZeffUI Settings" window itself to do more troubleshooting?
You can enable OverlayPlugin WSServer and start it and then visit https://zeffuro.github.io/ZeffUI/settings.html?OVERLAY_WS=ws://127.0.0.1:10501/ws in your browser. I was just looking but I think my FontAwesome buttons in the rightclick menu disappeared too? (going to bed now so I'll have a further look tomorrow)
Okay I found the problem, had to do with CORS, it should now work.