Is <AuthLoading> necessary for handling an authenticated page?
I am trying to understand why the application behavior is different between my Vercel prod deployment vs. any preview or local deployment.
Prod shows a blank page: https://crystaltxt.com/settings
Any Vercel preview deployment is working as expected with a rendered page:
https://crystal-txt-f4i5xg3l7-matts-projects-82cbe13a.vercel.app/settings
I am guessing the root cause may be because I am not using isLoading or AuthLoading module as defined in this docs page. Maybe Vercel prod loads faster or in a different order.
https://docs.convex.dev/auth/clerk#logged-in-and-logged-out-views
But even if the user is already logged in, they will still see a blank page in production.
