site name: Homepage2
Git Repo: Fort-P/Homepage2 (github.com)
I am looking to add a user system to my site, however I want to be able to customize the look of it, rather than just using the base netlify-identity-widget. I read that gotrue-js was the correct thing to use. however when I import it with the code in the github repository, then it throws a type error:
solve module specifier "gotrue-js". Relative references must start with either "/", "./", or "../".
attempting to follow what it recommends and replacing the import statement with import GoTrue from './../node_modules/gotrue-js/index.d.ts';
gives me the error:
pected a JavaScript module script but the server responded with a MIME type of "video/vnd.dlna.mpeg-tts". Strict MIME type checking is enforced for module scripts per HTML spec.
In a dev localhost environment, and just a 404 not found error when it is deployed to the actual site.
So what exactly am I doing wrong here and what do I need to do to fix the issue?
Thanks in advance,
Fort