Hi Everyone,
I recently deployed my **Next.js/Gatsby/React app on Netlify, but when I visit the site, it only shows a black screen. The app works fine in local development, but after deployment, the content does not appear.
I have tried:
Checking Netlify logs, and there are no build errors.
Inspecting the browser console, and I see Failed to load resource
errors.
Making sure environment variables and API endpoints are correctly set.
Clearing cache and redeploying but the issue persists.
Has anyone else encountered this? Could this be related to SSR/CSR rendering issues, incorrect Netlify build settings, or missing dependencies? Any help would be greatly appreciated!