ardittristan / VTTInlineWebviewer

Allows you to have webpages open inside Foundry VTT
MIT License
7 stars 4 forks source link

Compatibility mode does not work #29

Closed sirgawain111 closed 2 years ago

sirgawain111 commented 2 years ago

With compatibility mode turned on for a web page, the module tries to connect to a web address starting with https://cors-anywhere.ardittristan.xyz:9123/vtt/INTENDED-WEB-PAGE, and that does not work.

ardittristan commented 2 years ago

the cors-anywhere proxy only works inside foundry, so going to there in your normal browser shouldn't work. It might be that the site still won't work with the proxy, in which case https://github.com/ardittristan/FoundryVTT-Inline-Webviewer-Extension could work.

if you're fine with sending the intended url I can check if this is the case (even if it's just the url of the home page of the site)

sirgawain111 commented 2 years ago

Thanks for your quick response. It's kind of weird because the site worked inside Foundry until the last update. Unfortunately, I also updated lots of other modules, so maybe it's one of those who causes the issue. URL is https://ulisses-regelwiki.de/start.html When trying to connect I get the message, that the site may be temporarily unavailable or may have been permanently moved to a new web address. Any help appreciated.

ardittristan commented 2 years ago

The proxy crashed, restarted and made it automatically restart once/day, should be fixed now!

sirgawain111 commented 2 years ago

Thanks a lot!