I developed a blitz app and deployed it to vercel. I am trying to access the application. When I sign up got the error saying TypeError: Cannot read property '$create' of undefined. But the user got created in db. Also I tried logging in with the created user, Getting the same error. I am not getting what I am missing. Please help.
What is the problem?
Hi Team,
I developed a blitz app and deployed it to vercel. I am trying to access the application. When I sign up got the error saying TypeError: Cannot read property '$create' of undefined. But the user got created in db. Also I tried logging in with the created user, Getting the same error. I am not getting what I am missing. Please help.