Hi,
I'm trying to deploy my app to Vercel and while it successfully deployed Im getting a blank screen.
The first time deploying I got an error for the latest version of Clerk not being compatible with NextJS Canary, so I installed NextJS 15. Then I got an error that NextJS itself wasn't compatible with React 19 so also used legacy dependencies on that. Then it successfully deployed without errors. However it doesn't show the app yet for some reason..
Anyone an idea?