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
Running convex-web locally with profile dev:java-16 on Windows.
Server starts on port 8080 but mian page does not load.
apparently a MIME type issue:
Refused to apply style from 'http://localhost:8080/css/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
localhost/:1 Refused to apply style from 'http://localhost:8080/css/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
localhost/:1 Refused to execute script from 'http://localhost:8080/js/main.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
These resources should have the appropriate MIME type set
The text was updated successfully, but these errors were encountered:
Running convex-web locally with profile
dev:java-16
on Windows.Server starts on port 8080 but mian page does not load.
apparently a MIME type issue:
These resources should have the appropriate MIME type set
The text was updated successfully, but these errors were encountered: