When moonraker is built with --base
, it still tries to get config.json from /
#1600
Labels
⚡ Type: Bug
Something isn't working
Mainsail Version:
g932a2c35
Browser:
Firefox
Device:
Laptop
Operating System:
Windows
What happened?
After building mainsail with --base=/mainsail/, and serving that at /mainsail/ on an httpd: When browsing to /mainsail/, mainsail tries to retrieve config.json from /
What did you expect to happen instead?
Mainsail to retrieve config.json from /mainsail/
How to reproduce this bug?
npm ci
npm exec vite build --base=/mainsail/
cp base/* -r /srv/www/mainsail/
firefox localhost/mainsail/
Additional information:
No response
The text was updated successfully, but these errors were encountered: