RootCauseunvalidated
In production, Django does not serve static files when DEBUG is False, and Whitenoise/static hosting must be configured to serve the collected static directory correctly on Vercel. A mismatch in STATIC_URL/where collectstatic output is placed in vercel.json can prevent assets from being found.
27598af8-4aff-4663-905f-2942f27ad03a
In production, Django does not serve static files when DEBUG is False, and Whitenoise/static hosting must be configured to serve the collected static directory correctly on Vercel. A mismatch in STATIC_URL/where collectstatic output is placed in vercel.json can prevent assets from being found.