hibiyasleep / kagerou

ACT-FF14 OverlayPlugin Skin - Modern, easily configurable, always up-to-date.
Other
334 stars 96 forks source link

Kagerou overlay loopback Failed to load #157

Closed dlevine3 closed 4 years ago

dlevine3 commented 4 years ago

Websocket for Kagerou overlay is not loading on the loopback web address. I have tried both loopback addresses 127.0.0.1 and IPV6[:::1]

Failed to load ACT settings

hibiyasleep commented 4 years ago

I'm assuming it's ACTWS's bug, but there's workaround; please make URL ends with /, not with overlay. http://localhost:10501/github/hibiyasleep/kagerou/overlay/?HOST_PORT=ws://localhost:10501 should work.

other web servers like nginx (I assume it's default with index option), GitHub Pages, etc, automatically makes redirection .../overlay to .../overlay/, since it's basically index page of directory; but ACTWS doesn't.