Deployed app showing only white screen

I have deployed this app, the only thing showing is a blank white screen both in preview and when I navigate to the domain. There are no errors in build log.

11:48:38.492 Running build in Washington, D.C., USA (East) – iad1
11:48:38.492 Build machine configuration: 2 cores, 8 GB
11:48:38.502 Cloning github.com/KamauWaData/Jade (Branch: main, Commit: 0d57161)
11:48:38.503 Skipping build cache, deployment was triggered without cache.
11:48:38.832 Cloning completed: 330.000ms
11:48:39.197 Running “vercel build”
11:48:39.595 Vercel CLI 48.10.5
11:48:40.236 Running “install” command: npm install
11:48:59.281 npm warn deprecated node-domexception@1.0.0: Use your platform’s native DOMException instead
11:49:01.540
11:49:01.540 added 251 packages, and audited 252 packages in 18s
11:49:01.540
11:49:01.541 51 packages are looking for funding
11:49:01.542 run npm fund for details
11:49:01.543
11:49:01.544 found 0 vulnerabilities
11:49:01.984 e[36mvite v6.4.1 e[32mbuilding for production…e[36me[39m
11:49:02.042 transforming…
11:49:02.052 e[32m✓e[39m 2 modules transformed.
11:49:02.065 rendering chunks…
11:49:02.069 computing gzip size…
11:49:02.075 e[2mdist/e[22me[32mindex.html e[39me[1me[2m2.18 kBe[22me[1me[22me[2m │ gzip: 0.89 kBe[22m
11:49:02.076 e[32m✓ built in 65mse[39m
11:49:02.147 Build Completed in /vercel/output [22s]
11:49:02.243 Deploying outputs…
11:49:04.699 Deployment completed
11:49:05.363 Creating build cache…
11:49:12.262 Created build cache: 6.893s
11:49:12.262 Uploading build cache [32.18 MB]
11:49:12.814 Build cache uploaded: 557.077ms

Hi @kamauwadata

Welcome to the vercel community,

After looking at your question, it’s difficult to suggest any solution.

Please refer to this link: How to Get Good Answers to get an idea of how it works.

Looking forward to

Best,
Chintan
[chintan.com]

I have found the issue,

my index.html was lacking the react entry file “”.

Adding the tag has solved the problem.

Thanks for sharing your solution!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.