jamalsoueidan
CCConvex Community
•Created by Starlord on 12/20/2024 in #support-community
Debug Production
to point to the production env
12 replies
CCConvex Community
•Created by Starlord on 12/20/2024 in #support-community
Debug Production
you can change the env
12 replies
CCConvex Community
•Created by Starlord on 12/20/2024 in #support-community
Debug Production
I think you can start locally with --prod
12 replies
CCConvex Community
•Created by Defined™ on 12/14/2024 in #support-community
Sync local database to Convex database
Convex is working on a solution for offline sync data! Right now you have to do it yourself 🙂
10 replies
CCConvex Community
•Created by Riki on 12/11/2024 in #support-community
[Paginated Query] How to get the first elements in the "middle"
You welcome, I think their was article on convex that show you exactly what you want, like get from the middle, and scroll up and down to get more data, but i dont remember where its located 🔥
7 replies
CCConvex Community
•Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
14 replies
CCConvex Community
•Created by Riki on 12/11/2024 in #support-community
[Paginated Query] How to get the first elements in the "middle"
I did something like what you mention here:
https://github.com/jamalsoueidan?tab=repositories
Scroll down to get the latest messages just like whatsapp.
7 replies
CCConvex Community
•Created by Riki on 12/11/2024 in #support-community
[Paginated Query] How to get the first elements in the "middle"
Take a look on getPage, https://stack.convex.dev/pagination
7 replies
CCConvex Community
•Created by Eyal Alfasi on 10/22/2024 in #support-community
Authentication in Remix Loader with Convex Auth
@Eyal Alfasi I solved the issue by creating a custom SECRET_KEY, so in case the user is not logged in, I would send a secret key from remix to convex, and doing so, the convex function will act as regular api call that require API_KEY instead of user logged in. You can do that until convex choose to develop convex-auth for remix 🙂
20 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
thank you
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
npx create-next-app@latest my-app
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
well the guide command is still giving us react 19, so maybe update the command to specify some specific version
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
exaclty
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
I created the issue, trying to explain to @erquhart the problem with the guide.
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
thats the command that gave me react 19 🙂
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
npx create-next-app@latest my-app
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
Okay thats wierd, because i copy cat the commands from the convex guide, maybe im wrong 🙂
29 replies
CCConvex Community
•Created by jamalsoueidan on 12/4/2024 in #support-community
nextjs issue
I understand you can do that, but imagine a new user following the guide and get this error, and he needs to add this overrides to package json file?
29 replies
CCConvex Community
•Created by Eyal Alfasi on 10/22/2024 in #support-community
Authentication in Remix Loader with Convex Auth
In the Next.js implementation the cookie is set in https://github.com/get-convex/convex-auth/blob/main/src/nextjs/server/cookies.ts#L75 in the Next.js implementation because it sets cookies https://github.com/get-convex/convex-auth/blob/main/src/nextjs/server/index.tsx#L250-L254
@ballingt already pointed up in the github issue, the nextjs/server/index file act as middleware 🙂
20 replies