MrPrimate / ddb-proxy

MIT License
58 stars 51 forks source link

Custom Proxy Unusable as of 2.1.6 #2

Closed Amorik closed 3 years ago

Amorik commented 3 years ago

FoundryVTT: 0.8.6 DDB Importer: 2.1.6 / 2.1.7 / 2.1.8

As of version 2.1.6 setting a custom api-endpoint prevents configuration of addon or use of muncher.

console command:

game.settings.set("ddb-importer", "api-endpoint", "MY_URL");
game.settings.set("ddb-importer", "custom-proxy", true);

Note: setting custom-proxy to true or false does not change the behavior

console error while attempting to configure: image

MrPrimate commented 3 years ago

Fixed