Hi Florian!
Yes i have the entry in .xsaccess "exposed": true,
Thanks for the trick with url forwarding. I tried that but it still doesn´t work. I don´t know whats wrong all of the sudden. It worked fine before i cut the index.html.
My .xsaccess file looks like that
{
"exposed": true,
"authentication": [{
"method": "Form"
}],
"mime_mapping": [{
"extension": "jpg",
"mimetype": "image/jpeg"
}],
"force_ssl": false,
"enable_etags": true,
"prevent_xsrf": true,
"anonymous_connection": null,
"cors": [{
"enabled": false
}],
"cache_control": "no-cache, no-store",
"default_file": "index.html"
}
I also have tried to change the path from "default_file": to "/ui/fleetlist-web/index.html"
I highlight the index.html and press "run" - how could it say 404not found?
Edit: The application is also gone from the XS Applications tab oO