NlaakALD
CCConvex Community
•Created by NlaakALD on 3/24/2025 in #support-community
api.somemodule.somefunction
I have several mature modules (ie, api.user., api.blogs., etc) and i try to break them up into smaller files but it breaks everything unless i rename everything.
Shouldn't convex also support the index.ts principal?
I can update all the projects to call api functions differently, but it is kind of a pain in the butt when and index should do.
or is there a way to do this i am missing in the documenation?
6 replies
CCConvex Community
•Created by NlaakALD on 3/6/2025 in #show-and-tell
foch.me (hookups)
Made in the USA with Convex and other modern technologies. Needs more testing, it's free mess around with it...provide feedback.
https://foch.me
26 replies
CCConvex Community
•Created by NlaakALD on 12/11/2024 in #support-community
Are we sure this is working?
https://github.com/get-convex/template-nextjs-convexauth-shadcn
I've cloned, gone through the config steps and provided Resend, Github. For magic-link, After clicking link in email it opens sign in page in separate tab and not logged it. For Github, it complains:
Be careful!
The redirect_uri is not associated with this application.
The application might be misconfigured or could be trying to redirect you to a website you weren't expecting.
I am of course running localhost. So I went through steps again. I am missing something or something missing from docs?70 replies
CCConvex Community
•Created by NlaakALD on 10/29/2024 in #support-community
Resend, Email verification/login not working?

18 replies
CCConvex Community
•Created by NlaakALD on 10/4/2024 in #support-community
Server show signed in & refreshed token, yet, <Unauthenticated> is triggered

24 replies
CCConvex Community
•Created by NlaakALD on 9/27/2024 in #support-community
Convex Log Error "auth:store Invalid Refresh Token"

13 replies
CCConvex Community
•Created by NlaakALD on 9/19/2024 in #support-community
Convex-Auth/NextJS/NPM (Not Vite)

44 replies
CCConvex Community
•Created by NlaakALD on 6/20/2024 in #support-community
Unable to push deployment config to ...
Hi all. I just started having this issue about 2 hours ago. The Live Site is working with no issues, but the dev side will not update config. Says OPEN_API_KEY not defined but it is and has been for last 20 days. I though I might have broke something after not being able to figure it out, so i stashed and pulled in the live version (production) and its doing the same thing.
so i created a component to test OpenAI connection
and added a function to the openai.ts file in convex folder
All is good except thats its not.
npx convex dev
is spamming
and npm run dev
is giving error
the last error is because i cannot update config (convex). The only thing that changed was i upgraded to pro from free.
Am i missing something?2 replies