Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Tooltip must be used within TooltipProvider #379

Open
homeserverhq opened this issue Sep 20, 2024 · 15 comments
Open

Error: Tooltip must be used within TooltipProvider #379

homeserverhq opened this issue Sep 20, 2024 · 15 comments

Comments

@homeserverhq
Copy link

Just doing a basic self-hosted docker installation. Couldn't even get the initial setup page to load, was getting these errors in browser:

Failed to load resource: the server responded with a status of 500 ()

Error while trying to use the following icon from the Manifest: https://calcom.example.com/api/logo?type=android-chrome-192 (Download error or resource isn't a valid image)

With the same exact env setup, the following releases worked fine:

calcom/cal.com:v4.5.1
calcom/cal.com:v4.4.9
calcom/cal.com:v4.2.5
calcom/cal.com:v3.9.1

So it's only calcom/cal.com:v4.5.2, the most recent release, where this error occurs.

Here is the debug log where the error(s) occur:

Skipping Routing Form - Seeding - Pro User not found
�      
+ yarn start
• Packages in scope: @calcom/web
• Running start in 1 packages
• Remote caching disabled
@calcom/web:start: cache bypass, force executing 34d7d3e14d300aed
@calcom/web:start: Please set NEXT_PUBLIC_API_V2_URL
@calcom/web:start: Duplicate value found in common.json keys:   seats_available_other and seats_available_one
@calcom/web:start: Duplicate value found in common.json keys:   location_variable and location
@calcom/web:start: Duplicate value found in common.json keys:   additional_notes_variable and additional_notes
@calcom/web:start: Duplicate value found in common.json keys:   already_have_account and already_have_an_account
@calcom/web:start: Duplicate value found in common.json keys:   timezone_variable and timezone
@calcom/web:start: Duplicate value found in common.json keys:   scheduling_for_your_team and workflow_automation
@calcom/web:start: Duplicate value found in common.json keys:   saml_sso and saml_config
@calcom/web:start: Duplicate value found in common.json keys:   advanced_managed_events_description and unified_billing_description
@calcom/web:start: Duplicate value found in common.json keys:   org_admin_no_slots|heading and org_admin_no_slots|subject
@calcom/web:start: Duplicate value found in common.json keys:   email_team_invite|subject|invited_to_subteam and user_invited_you_to_subteam
@calcom/web:start: Duplicate value found in common.json keys:   email_team_invite|heading|invited_to_regular_team and email_no_user_invite_heading_team
@calcom/web:start: Duplicate value found in common.json keys:   email_team_invite|content|invited_to_regular_team and email_user_invite_subheading_team
@calcom/web:start: Duplicate value found in common.json keys:   create_an_out_of_office and ooo_create_entry_modal
@calcom/web:start:   ▲ Next.js 13.5.5
@calcom/web:start:   - Local:        http://localhost:3000
@calcom/web:start: 
@calcom/web:start:  ✓ Ready in 2.1s
@calcom/web:start: 05:12:01:139	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:141	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:464	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:464	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:613	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:614	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:614	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:614	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:615	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:615	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:616	DEBUGPerf:t.isAuthed 6.115972012281418
@calcom/web:start: 05:12:01:617	DEBUGPerf:t.sessionMiddleware 6.726213991641998
@calcom/web:start: 05:12:01:618	DEBUGPerf:t.isAuthed 8.010552018880844
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:12:01:816	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:817	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:817	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:817	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:817	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:817	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:01:818	DEBUGPerf:t.isAuthed 2.9218220114707947
@calcom/web:start: 05:12:01:819	DEBUGPerf:t.sessionMiddleware 3.0371730029582977
@calcom/web:start: 05:12:01:819	DEBUGPerf:t.isAuthed 3.013693004846573
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: 05:12:01:822	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:01:822	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: react-i18next:: You will need to pass in an i18next instance by using initReactI18next
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:12:02:971	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:02:971	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:02:972	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:02:972	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:02:972	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:02:972	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:02:973	DEBUGPerf:t.isAuthed 1.9615990221500397
@calcom/web:start: 05:12:02:973	DEBUGPerf:t.sessionMiddleware 2.2222680151462555
@calcom/web:start: 05:12:02:973	DEBUGPerf:t.isAuthed 2.343205988407135
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:12:02:976	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:02:976	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:12:33:092	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:092	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:115	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:116	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:124	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:125	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:126	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:126	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:127	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:128	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:131	DEBUGPerf:t.isAuthed 8.31970700621605
@calcom/web:start: 05:12:33:132	DEBUGPerf:t.sessionMiddleware 9.380813002586365
@calcom/web:start: 05:12:33:133	DEBUGPerf:t.isAuthed 10.121282994747162
@calcom/web:start: prisma:query SELECT 1
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:12:33:154	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:154	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:154	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:155	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:155	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:155	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:33:155	DEBUGPerf:t.isAuthed 2.5925469994544983
@calcom/web:start: 05:12:33:156	DEBUGPerf:t.sessionMiddleware 2.923552989959717
@calcom/web:start: 05:12:33:156	DEBUGPerf:t.isAuthed 3.030656009912491
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:12:33:162	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:33:163	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:34:247	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:12:34:248	DEBUGPerf:t.isAuthed 2.113655984401703
@calcom/web:start: 05:12:34:248	DEBUGPerf:t.sessionMiddleware 2.2464709877967834
@calcom/web:start: 05:12:34:249	DEBUGPerf:t.isAuthed 2.67917001247406
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:12:34:251	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:12:34:251	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:13:04:348	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:348	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:356	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:356	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:360	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:360	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:360	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:360	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:361	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:361	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:361	DEBUGPerf:t.isAuthed 1.9684399962425232
@calcom/web:start: 05:13:04:361	DEBUGPerf:t.sessionMiddleware 2.0094879865646362
@calcom/web:start: 05:13:04:361	DEBUGPerf:t.isAuthed 2.1043169796466827
@calcom/web:start: prisma:query SELECT 1
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:04:370	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:371	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:371	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:371	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:371	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:371	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:04:372	DEBUGPerf:t.isAuthed 2.1017860174179077
@calcom/web:start: 05:13:04:372	DEBUGPerf:t.sessionMiddleware 2.2579289972782135
@calcom/web:start: 05:13:04:372	DEBUGPerf:t.isAuthed 2.3583159744739532
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:04:375	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:04:375	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:13:05:430	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:05:430	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:05:430	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:05:430	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:05:431	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:05:431	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:05:432	DEBUGPerf:t.isAuthed 2.2455240190029144
@calcom/web:start: 05:13:05:432	DEBUGPerf:t.sessionMiddleware 2.351601004600525
@calcom/web:start: 05:13:05:433	DEBUGPerf:t.isAuthed 2.4518190026283264
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:05:435	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:05:436	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:13:35:531	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:531	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:541	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:541	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:543	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:543	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:544	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:544	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:544	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:544	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:545	DEBUGPerf:t.isAuthed 1.5747169852256775
@calcom/web:start: 05:13:35:545	DEBUGPerf:t.sessionMiddleware 1.766629010438919
@calcom/web:start: 05:13:35:545	DEBUGPerf:t.isAuthed 1.9862120151519775
@calcom/web:start: prisma:query SELECT 1
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:35:557	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:557	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:558	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:558	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:558	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:558	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:35:560	DEBUGPerf:t.isAuthed 2.495364010334015
@calcom/web:start: 05:13:35:560	DEBUGPerf:t.sessionMiddleware 3.9579100012779236
@calcom/web:start: 05:13:35:561	DEBUGPerf:t.isAuthed 4.1507620215415955
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:35:563	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:35:564	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:36:625	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:13:36:626	DEBUGPerf:t.isAuthed 1.6063760221004486
@calcom/web:start: 05:13:36:626	DEBUGPerf:t.sessionMiddleware 1.7691690027713776
@calcom/web:start: 05:13:36:626	DEBUGPerf:t.isAuthed 1.9091989994049072
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:13:36:628	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:13:36:628	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:14:06:734	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:735	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:746	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:746	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:751	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:751	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:752	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:752	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:752	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:752	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:752	DEBUGPerf:t.isAuthed 1.9311310052871704
@calcom/web:start: 05:14:06:752	DEBUGPerf:t.sessionMiddleware 2.0090369880199432
@calcom/web:start: 05:14:06:753	DEBUGPerf:t.isAuthed 2.202892988920212
@calcom/web:start: prisma:query SELECT 1
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:14:06:763	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:763	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:764	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:764	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:764	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:764	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:06:764	DEBUGPerf:t.isAuthed 1.6716989874839783
@calcom/web:start: 05:14:06:764	DEBUGPerf:t.sessionMiddleware 1.7300679981708527
@calcom/web:start: 05:14:06:765	DEBUGPerf:t.isAuthed 1.8781089782714844
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:14:06:767	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:06:767	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: 05:14:07:818	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:07:818	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:07:818	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:07:819	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:07:819	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:07:819	DEBUGgetServerSession Couldnt get token
@calcom/web:start: 05:14:07:819	DEBUGPerf:t.isAuthed 1.6896820068359375
@calcom/web:start: 05:14:07:820	DEBUGPerf:t.sessionMiddleware 1.8458159863948822
@calcom/web:start: 05:14:07:820	DEBUGPerf:t.isAuthed 1.957608014345169
@calcom/web:start: prisma:query SELECT "public"."Feature"."slug", "public"."Feature"."enabled", "public"."Feature"."description", "public"."Feature"."type"::text, "public"."Feature"."stale", "public"."Feature"."lastUsedAt", "public"."Feature"."createdAt", "public"."Feature"."updatedAt", "public"."Feature"."updatedBy" FROM "public"."Feature" WHERE 1=1 ORDER BY "public"."Feature"."slug" ASC OFFSET $1
@calcom/web:start: prisma:query SELECT COUNT(*) FROM (SELECT "public"."users"."id" FROM "public"."users" WHERE 1=1 OFFSET $1) AS "sub"
@calcom/web:start: 05:14:07:822	DEBUGgetServerSession Getting server session {"token":null}
@calcom/web:start: 05:14:07:822	DEBUGgetServerSession Couldnt get token
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: prisma:query SELECT "public"."Deployment"."id", "public"."Deployment"."licenseKey" FROM "public"."Deployment" WHERE ("public"."Deployment"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start: Error: `Tooltip` must be used within `TooltipProvider`
@calcom/web:start:     at useContext (/calcom/node_modules/@radix-ui/react-context/dist/index.js:61:19)
@calcom/web:start:     at $c34afbc43c90cc6f$export$28c660c63b792dea (/calcom/node_modules/@radix-ui/react-tooltip/dist/index.js:102:29)
@calcom/web:start:     at Wc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@calcom/web:start:     at $c (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
@calcom/web:start:     at Zc (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:145)
@calcom/web:start:     at Z (/calcom/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
@elcid2012
Copy link

Also experiencing the same error in Docker, does not appear to be fixed in 4.5.3.

@mokkin
Copy link
Contributor

mokkin commented Sep 25, 2024

I can confirm this on 4.5.5

@sandeep27choudhary
Copy link

Same here experiencing same issue
Screenshot 2024-09-25 at 4 36 09 PM

@canameti
Copy link

still not fixed

@glazperle
Copy link

glazperle commented Sep 30, 2024

I encountered a similar issue in my setup. I found that downgrading to version 4.5.1 and using Postgres 16 provided a temporary resolution. I appreciate the community's efforts in identifying and sharing potential solutions. Thank you for your ongoing work on improving the project.

@diraneyya
Copy link

Me too! Sorry for the noise but hopefully it will highlight that many people are excited about this project and are using it! And yes, the price of usage is that people get frustrated when things are broken... 🥰

@canameti
Copy link

canameti commented Oct 1, 2024

did a little bit of research. Docker Image Version v4.5.1 seems to be the latest working image. Not a fix but a workaround for those who need the service as fast as possible back.

@diraneyya
Copy link

diraneyya commented Oct 1, 2024 via email

@brentonmallen1
Copy link

I was trying to install the recently created template in Unraid, but ran into the tooltip issue. When I attempted to roll back to v4.5.1 I can get to the admin setup page, but am unable to get to the next step. In the container logs I see:

@calcom/web:start: PrismaClientKnownRequestError: 
@calcom/web:start: Invalid `prisma.user.create()` invocation:
@calcom/web:start: 
@calcom/web:start: 
@calcom/web:start: The column `isPlatformManaged` does not exist in the current database.
@calcom/web:start:     at Cn.handleRequestError (/calcom/node_modules/@prisma/client/runtime/library.js:123:6817)
@calcom/web:start:     at Cn.handleAndLogRequestError (/calcom/node_modules/@prisma/client/runtime/library.js:123:6206)
@calcom/web:start:     at Cn.request (/calcom/node_modules/@prisma/client/runtime/library.js:123:5926)
@calcom/web:start:     at async l (/calcom/node_modules/@prisma/client/runtime/library.js:128:9968)
@calcom/web:start:     at async handler (/calcom/apps/web/.next/server/pages/api/auth/setup.js:1:2433)
@calcom/web:start:     at async /calcom/apps/web/.next/server/chunks/70349.js:1:422
@calcom/web:start:     at async /calcom/apps/web/.next/server/pages/api/auth/setup.js:1:4743 {
@calcom/web:start:   code: 'P2022',
@calcom/web:start:   clientVersion: '5.4.2',
@calcom/web:start:   meta: { column: 'isPlatformManaged' }
@calcom/web:start: }
@calcom/web:start: 02:51:01:903 ERROR[redactError] Error:  {"name":"PrismaClientKnownRequestError","code":"P2022","clientVersion":"5.4.2","meta":{"column":"isPlatformManaged"}}

@vazer7070
Copy link

i have this problem on unraid's docker

@JackPala
Copy link

JackPala commented Oct 3, 2024

Okay glad this isn't just me. I was wondering why the docker was working on one system and totally broken on another.

@JackPala
Copy link

JackPala commented Oct 3, 2024

For everyone else pulling their hair out because it's broken for everybody, here is a working docker compose that is locked to the older version that is not completely and totally broken

# Use postgres/example user/password credentials
version: '3.8'

volumes:
  database-data:

networks:
  stack:
    name: stack
    external: false

services:
  database:
    container_name: database
    image: postgres
    restart: always
    volumes:
      - database-data:/var/lib/postgresql/data/
    env_file: .env
    networks:
      - stack

  calcom:
    image: calcom/cal.com:v4.5.1
    build:
      context: .
      dockerfile: Dockerfile
      args:
        NEXT_PUBLIC_WEBAPP_URL: ${NEXT_PUBLIC_WEBAPP_URL}
        NEXT_PUBLIC_API_V2_URL: ${NEXT_PUBLIC_API_V2_URL}
        NEXT_PUBLIC_LICENSE_CONSENT: ${NEXT_PUBLIC_LICENSE_CONSENT}
        CALCOM_TELEMETRY_DISABLED: ${CALCOM_TELEMETRY_DISABLED}
        NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
        CALENDSO_ENCRYPTION_KEY: ${CALENDSO_ENCRYPTION_KEY}
        DATABASE_URL: ${DATABASE_URL}
        DATABASE_DIRECT_URL: ${DATABASE_URL}
      network: stack
    restart: always
    networks:
      - stack
    ports:
      - 3000:3000
    env_file: .env
    environment:
      - DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}
      - DATABASE_DIRECT_URL=${DATABASE_URL}
    depends_on:
      - database

# Optional use of Prisma Studio. In production, comment out or remove the section below to prevent unwanted access to your database.
  studio:
    image: calcom/cal.com:v4.5.1
    restart: always
    networks:
      - stack
    ports:
      - 5555:5555
    env_file: .env
    environment:
      - DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}
      - DATABASE_DIRECT_URL=${DATABASE_URL}
    depends_on:
      - database
    command:
      - npx
      - prisma
      - studio
# END SECTION: Optional use of Prisma Studio.

delete your docker-compose.yaml and replace it with this docker-compose.yaml and it will work until the devs patch this

@brentonmallen1
Copy link

I tried the calcom/cal.com:v4.5.1 image and ran into issue with that as well.

@glazperle
Copy link

I tested with the most recent release and didn't run into errors anymore. Seems to be solved, thank you!

@brentonmallen1
Copy link

when switching to the main tag I get the following when attempting to make the admin account:

@calcom/web:start: 23:42:04:605 [ERROR] [redactError] Error:  {"name":"PrismaClientKnownRequestError","code":"P2022","clientVersion":"5.4.2","meta":{"column":"isPlatformManaged"}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants