Error: Tooltip
must be used within TooltipProvider
, TypeError: Cannot read properties of null (reading 'useState') ,
#16112
Replies: 3 comments 5 replies
-
You probably need to seed your database with required schemas. Run this two commands to seed data. make sure you are in the root directory "cal.com". cd packages/prisma |
Beta Was this translation helpful? Give feedback.
-
you are missing DATABASE_URL environment variable. Duplicate .env.example to .env Do the same thing to .env.appStore.example if you are getting environment variable issues while running the project. even though you have provided postgresql connection string in .env file on root directory, still go to packages/prisma/.env, here put
|
Beta Was this translation helpful? Give feedback.
-
fixed after seeding the database |
Beta Was this translation helpful? Give feedback.
-
I am newer in the open source community.
I want to run the cal.com for open source contributions locally but I faced some error on the
localhost:3000/auth/setup
page.Beta Was this translation helpful? Give feedback.
All reactions