What's the url being requested here? You
What's the url being requested here? You can probably see it in the network tab of your browser. Sometimes this is cause by loading a script that doesn't exist. Sometimes it's actually caused by the wrong mime type.
14 Replies
This is the URL where I am trying to deploy my app on: https://65f72e7bb6aa6e000837c5fc--comforting-strudel-ddc5fa.netlify.app/
In the network tab, can't seem to find a specific URL that is causing the issue

Only the file, but it's in my main.tsx
And no errors displaying in console when I run it localhost
How are you deploying this? It looks like the build script is not running.
I'm deplying it with netlify and the deploy logs say completed


can you share your code?
GitHub
GitHub - JonathanSolvesProblems/Quiz-Race
Contribute to JonathanSolvesProblems/Quiz-Race development by creating an account on GitHub.
What's in the building section of these logs?

Oh I think I see the issue
Looks like a dist file is still there, going to try removing that and re-deploying it, thought i deleted it
that file was there when i tried to deploy it with GitHub before I found out about Vercel and Netlify
Yeah the dist file isn't on my github, but I still see it on Netlify, working on trying to remove it
@Tom It works! 🙂
I deleted it completely from netlify and re-deployed/re-set up keys
and my website displayed
That's great!
yessir, thx for taking time to look into it