#Monarch Display Issues
1 messages · Page 1 of 1 (latest)
gotcha
Could you switch back to the core sheet and show me that as well?
So these are the default card images that come with Foundry?
Could you hit F12 to open the devtools console?
sure thing
In the console, do you see any error messages when you open Monarch?
if you mean the monarch hand sheet, no. It throws a Rendering MonarchHand but no errors or warnings
the only mention of monarch in initialization is 🦋 Monarch | Ready. as well
No red messages anywhere?
no red messages
yes i am, and chrome
Okay, then see what happens after you remove and re-install the module.
aye aye, it also only happens on the hand sheet, the rest of them display normally, if that provides any information
Who did you say the host was?
locally hosted by one of my players
Would you be able to add another GM user and PM me an invite?
sure thing
Ah, I found the problem.
Your game is at "domain.com/foundry/game" rather than "domain.com/game". Because the game isn't at the root level of your domain, the image paths which look like /cards/dark-gold/[name].webp are looked for at domain.com/cards/dark-gold/ when they are really in domain.com/foundry/cards/dark-gold/.
I'm not sure if this is a common/supported server configuration normally, but it's not one I have encountered before. The paths would need to be relative in order to function correctly. This might be a bug I can fix though.
I'll create an issue for myself on Github, I'm not sure when I'll be able to resolve it though.
ah okay, that makes sense. Figured it had to be something on my end, since an issue was not already made. Thank you for the help! Your modules really are great.