marzent / IINACT

A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin
https://www.iinact.com
GNU General Public License v3.0
169 stars 39 forks source link

Cactbot Config Proxy broken #87

Closed Styr1x closed 1 week ago

Styr1x commented 1 week ago

I noticed that https://proxy.iinact.com/overlay/cactbot/ui/config/config.html is not loading in BW, but https://overlayplugin.github.io/cactbot/ui/config/config.html seems to work. Proxy does throw an error in a Desktop browser also, so it seems to be an issue not BW related.

FleetAdmiralButter commented 1 week ago

Hey @Styr1x, could you show me what error it's throwing when loading via the proxy? I just double checked and it appears to be loading all the resources correctly for me.

Styr1x commented 1 week ago

I can't reproduce it anymore, it either was a temporary error or caching related (does the proxy cache something?) It was webpack related but didn't investigate further. I'll open a new issue should it happen again with detailed error logs. Thanks ^^

FleetAdmiralButter commented 1 week ago

There are a couple layers of cache at play here - one at CloudFront and another filesystem cache at the proxy server itself. It's quite good at keeping in sync usually but if the overlay itself gets a big update things can break for a few hours until the cache expires or I manually invalidate it.