ballingt
ballingt•12mo ago

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
Jonny Boi
Jonny Boi•12mo ago
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
Jonny Boi
Jonny Boi•12mo ago
No description
Jonny Boi
Jonny Boi•12mo ago
Only the file, but it's in my main.tsx And no errors displaying in console when I run it localhost
ballingt
ballingtOP•12mo ago
How are you deploying this? It looks like the build script is not running.
Jonny Boi
Jonny Boi•12mo ago
I'm deplying it with netlify and the deploy logs say completed
Jonny Boi
Jonny Boi•12mo ago
No description
Jonny Boi
Jonny Boi•12mo ago
No description
ballingt
ballingtOP•12mo ago
can you share your code?
Jonny Boi
Jonny Boi•12mo ago
GitHub
GitHub - JonathanSolvesProblems/Quiz-Race
Contribute to JonathanSolvesProblems/Quiz-Race development by creating an account on GitHub.
ballingt
ballingtOP•12mo ago
What's in the building section of these logs?
Jonny Boi
Jonny Boi•12mo ago
No description
Jonny Boi
Jonny Boi•12mo ago
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
ballingt
ballingtOP•12mo ago
That's great!
Jonny Boi
Jonny Boi•12mo ago
yessir, thx for taking time to look into it

Did you find this page helpful?