-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem loading Sveltekit modules on Tizen 6 #15
Comments
I don't have access to a Tizen 6 device, so i'm speculating here:
Try if a hosted works or if adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using TVkit to transpile our code to older Tizen models. This works very well in general so big thanks. But have an odd issue with Tizen 6 (M76) I use TVkit to transpile to Tizen 5 and that works for both Tizen 5 and Tizen 6.5, but oddly not on a Tizen 6. Also tried to target Tizen 6 with Tvkit but still no success.
In the console I get many of these errors while loading different javascript files:
"Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec."
Any ideas why?
The text was updated successfully, but these errors were encountered: