-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route prefix is not supported #290
Comments
What O/S is the server running on? |
I have tested V3.1.8 on my Win 11 system (running node.js) and am not seeing an issue. The image paths are valid as per Foundry VTT: I am not sure where myRoutePrefix is coming from on your installation? Just to make you aware I am not making any updates or changes to V3.1.8. |
Ref: https://foundryvtt.com/article/configuration/ Fill in routePrefix in |
OK. I am on the same page now. I have corrected this in the next version but that will only support FVTT V12 I am afraid. |
Fixed in lastest release 3.2.2 |
For example:
When it should be trying to access
Problem is caused by starting paths with slash, forcing them to exit the route prefix scope.
So the asset path is defined as
/systems/alienrpg/images/IndBackground3.png
When it should be
systems/alienrpg/images/IndBackground3.png
Though this one since this is in CSS, it needs to be relative to the CSS file
Tested on version 3.1.8 since I can't update to Foundry v12 yet.
The text was updated successfully, but these errors were encountered: