Hi, I am having issue with an app that has been deployed many times and was successful 90% of the times. Yesterday I made some update to 4 files in my app, after I deployed I got a blank screen.
Console Error
Uncaught ReferenceError: job is not defined
at index-vlGY8UlG.js:246:15602
(anonymous) @ index-vlGY8UlG.js:246
Network Logs
304 document Other 88 B 72 ms
index-vlGY8UlG.js 304 script (index):31 52 B 184 ms
clerk-C1G_1Ltu.js 304 script (index):32 52 B 139 ms
vendor-CACp-KUT.js 304 script (index):33 52 B 150 ms
genai-CrTxBhCN.js 304 script (index):34 52 B 139 ms
index-C8bvwtiK.css 304 stylesheet (index):35 52 B 104 ms
css2?family=Inter:wght@300;400;500;600;700&display=swap 200 stylesheet (index):7 0 B 21 ms (disk cache)
[Upload failed]favicon.ico 304 vnd.microsoft.icon Other 76 B 401 ms
Troubleshooting Steps Taken
- Same deployment worked 2-3 days ago, now shows blank screen
- Error:
Uncaught ReferenceError: job is not defined - Cleared all external data sources (
Clerk,Neon, browser cache) still blank screen and same console and network output - Even old working deployments now fail with blank screen
- I restored code from backup, but same issue