When building with --base
config.json is still requested from /
#1206
Labels
FR - Enhancement
New feature or request
Milestone
Fluidd Version
gca3abf34
Browser
Firefox
Device
Laptop
Operating System
Linux
What happened
After building fluid with
npm run build -- --base=/fluidd/
and installing the resultant dist at /fluidd/ on an httpd, fluidd failed to load.Investigation determined that fluidd was requesting config.json from /.
Workaround: Configure httpd to respond to /config.json with the file at /fluidd/config.json
What did you expect to happen
Fluidd should request the config bundle from the base url if one is specified.
How to reproduce
npm ci
npm run build -- --base=/fluidd/
cp dist/* -r /srv/www/htdocs/fluidd
firefox http://localhost/fluidd/
Additional information
No response
The text was updated successfully, but these errors were encountered: