Cant see my product in website

I’m seeing JSX files in the browser which suggests your site isn’t being built properly (it’s trying to serve source files instead of compiled JS). Is it possible when you tried to redeploy you reset some of the Build & Deployment settings?

1 Like

No , I did reset the reset build and deployment seeting.I am trying to deploy both my frontend and backend in the same repository I just click on deploy

Hi @cupitus, can you share your directory structure? And what are the build script/configuration you see on Vercel project settings?

[22:37:51.698] Cloning github.com/cupitus/NFL_website (Branch: main, Commit: 18501c5)
[22:37:52.845] Cloning completed: 1.142s
[22:37:53.146] Restored build cache from previous deployment (5RCQZwqULiYJU6bXFCKyj9ejxM3c)
[22:37:53.378] Running build in Washington, D.C., USA (East) – iad1
[22:37:54.170] Running "vercel build"
[22:37:54.546] Vercel CLI 41.6.0
[22:37:54.789] Build Completed in /vercel/output [101ms]
[22:37:54.820] Deploying outputs...
[22:37:56.344] 
[22:37:56.601] Deployment completed
[22:37:56.984] Uploading build cache [4.00 kB]...
[22:37:57.058] Build cache uploaded: 73.917ms

This is the build logs but i dont know how to share directory structure

Hi @cupitus, can you please share your public repo or a minimal reproducible example. That will let us all work together from the same code to figure out what’s going wrong.

is it possible that I can contact you on linkedin cause I need have a deadline by friday

@cupitus asking a question for clarification. What “app” should be deployed to this domain, the frontend or the backend?

More than happy to connect and try to look.

@miguelcabs both as they are connected my linkedin https://www.linkedin.com/in/david-agoha-it-business/ also it similar to this website https://nfl-website-jbrw.vercel.app as they are the same but the backend isnt showing. this one is from my localhost:



but it not showing but its not showing in my jbrw and nothing at all in my beta website so I’m a bit perplex

It looks like your application might need configuration changes. If you go to your project, and to Settings > Build and Deployment. You will want to make sure:

  • Correct root directory is set (frontend or backend)
  • framework is configured (vite or next or etc) with correct build steps
1 Like