too_easy
too_easy
CCConvex Community
Created by too_easy on 11/26/2024 in #support-community
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
Resolved - but only god knows why.. 🤦‍♂️
6 replies
CCConvex Community
Created by too_easy on 11/26/2024 in #support-community
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
No description
6 replies
CCConvex Community
Created by too_easy on 11/26/2024 in #support-community
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
compilerOptions: {
"rootDir": ".",
"baseUrl": ".",
/* Standardised modules */
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
/* General rules across the repo */
"allowJs": true,
"strict": true,
"skipLibCheck": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
}
compilerOptions: {
"rootDir": ".",
"baseUrl": ".",
/* Standardised modules */
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
/* General rules across the repo */
"allowJs": true,
"strict": true,
"skipLibCheck": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
}
6 replies
CCConvex Community
Created by too_easy on 11/26/2024 in #support-community
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
Also does not work with setting {ssr: false} on the createFileRoute function
6 replies
CCConvex Community
Created by too_easy on 11/25/2024 in #support-community
How to use convex in a big team/monorepo
Let's say we have several domains (e.g. org, billing, orders, templates etc..), each domain would have several tables, and subsets of functions e.g. org.team.workspaces.createWorkspace() - here the org (organisation domain) has a teams table, workspaces table, with a function to create a workspace for a team. Where as orders might be orders.fulfilment.getShipping() - has orders table, fulfilment table and shipping functions.. how best to organise something similar (in concept).
14 replies
CCConvex Community
Created by too_easy on 11/25/2024 in #support-community
How to use convex in a big team/monorepo
Thanks for the fast reply - ok that's pretty cool. In terms of having multiple convex instances is that a thing? Or can you suggest how to split up the convex folder/functions/schema for multiple domains - I'm really not a fan of having a single schema.ts file
14 replies