itslekan
CCConvex Community
•Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Mmhm I see. That's a little reassuring I guess. Thank you so much
13 replies
CCConvex Community
•Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Do you also happen to have any good resources for structuring databases. I'm kinda winging it
13 replies
CCConvex Community
•Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
The manager can edit some tenant details so I firstly have to get the property of the tenant and see if it's manager id matches the manager's id
13 replies
CCConvex Community
•Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Mmhm It's when I have to write authorization.
13 replies
CCConvex Community
•Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
No just one atleast for now
13 replies
CCConvex Community
•Created by itslekan on 12/10/2024 in #support-community
Error: `headers` was called outside a request scope.
I was able to resolve this by installing node
3 replies
CCConvex Community
•Created by itslekan on 11/30/2024 in #support-community
nextjs handling server-side errors in error page
for my use cases so far the
prefetchQuery
is good enough. I won't be willing to JSON.parse
the error object nextjs give you. It seems to finiky and wrapping a react component in a trycatch
seems odd. Thank you so much for the suggestions though. I think I'll be dealing with pagination soon so I'll do some experimentation.6 replies
CCConvex Community
•Created by itslekan on 11/30/2024 in #support-community
nextjs handling server-side errors in error page
Thanks that was helpful.
I figured rather than using
fetchQuery
and not be able to access the ConvexError
data, I'll just use prefetchQuery
. This has the benefit of avoiding loading state, while still being able to handle query errors.6 replies
CCConvex Community
•Created by itslekan on 10/18/2024 in #support-community
Server ErrorUncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
using the cli command fixed everything up thank you
6 replies
CCConvex Community
•Created by itslekan on 10/18/2024 in #support-community
Server ErrorUncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
it also creates the rows on the database
6 replies