You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⨯ ../src/QueryClientProvider.tsx (18:11) @ useQueryClient
⨯ Error: No QueryClient set, use QueryClientProvider to set one
at useLoginMutation (../project-common/dist/services/auth/login.js:12:60)
at Home (./src/app/auth/login/page.tsx:27:134)
digest: "2381507887"
16 |
17 |if (!client) {
> 18 | throw new Error('No QueryClient set, use QueryClientProvider to set one')
| ^
19 | }
20 |
21 |return client
GET /_next/static/chunks/app/auth/login/chunk-5WQ4PXEV.mjs.map 404 in 7436ms
GET /auth/login 500 in 1627ms
No description provided.
The text was updated successfully, but these errors were encountered: