You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser can reach the index.html file but cannot reach the bundled assets in the <project>/frontend/public/build directory and the webview console gives the following error:
Refused to apply style from 'http://127.0.0.1:44369/global.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from 'http://127.0.0.1:44369/build/bundle.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
Refused to apply style from 'http://127.0.0.1:44369/global.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from 'http://127.0.0.1:44369/build/bundle.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Sorry if Im missing something obvious, Im new to Lorca and Go.
Thanks
The text was updated successfully, but these errors were encountered:
I am attempting to serve a Svelte site, and used the counter example as a starting point. I am able to use the development server with
but when I want to serve the static built files:
The browser can reach the index.html file but cannot reach the bundled assets in the
<project>/frontend/public/build
directory and the webview console gives the following error:Sorry if Im missing something obvious, Im new to Lorca and Go.
Thanks
The text was updated successfully, but these errors were encountered: