Closed grz0 closed 7 months ago
Hi @grz0, thank you for reporting. I'll get a patch out a soon as I can!
@grz0 I just released a new version that addresses the problem. Please update and let me know if things work on your end!
I'll leave this issue open for a few days.
The problem is fixed in the new version. Thank you!
Awesome! Thank you for the detailed bug report ❤️
It makes a request to
http://serverIP/modules/wfrp4e-more-subspecies/data/somedata.json
but it should tohttp://serverIP/routePrefix_here/modules/wfrp4e-more-subspecies/data/somedata.json
Looks like a bug infetchModuleData()
function: https://github.com/mcavallo/foundry-vtt-wfrp4e-more-subspecies/blob/4c92056bd1bb0ac4d0afe19d042f0d1a480c89b4/src/lib/utils.js#L84