Nicolas
CCConvex Community
•Created by Joseph_Ebuka on 4/18/2025 in #support-community
I'm not able to access my dashboard or run convex dev
Thanks for reporting the bug! We’re investigating an ongoing outage, you can get updates at https://status.convex.dev
3 replies
CCConvex Community
•Created by Thích Cốt Bất on 4/16/2025 in #support-community
Code generated include {` and `}
Thanks for your report! This looks similar to this bug another user experienced recently
Pinging @sujayakar to be sure he sees this
3 replies
CCConvex Community
•Created by Matt Luo on 4/15/2025 in #general
OG image for chef.show
I'll try to deploy a fix that uses an absolute URL for the OpenGraph image. I believe some platforms might be trying to apply the relative URL based on the original URL, not the target one
5 replies
CCConvex Community
•Created by Matt Luo on 4/15/2025 in #general
OG image for chef.show
It's an actual HTTP redirection
5 replies
CCConvex Community
•Created by Matt Luo on 4/15/2025 in #general
OG image for chef.show
We have a similar redirection in place for referral links (https://convex.dev/referral/ABCDEF) and this one has no issue with OpenGraph images
5 replies
CCConvex Community
•Created by Matt Luo on 4/15/2025 in #general
OG image for chef.show
Yeah there’s something going wrong with chef.show links, we should fix it
5 replies
CCConvex Community
•Created by 17 on 4/15/2025 in #support-community
Can we import an existing project
Hi! This is not something we support currently. If you want to get a great AI editing experience on your existing project I would recommend using Cursor locally with the Convex Cursor rules and the Convex MCP server
https://docs.convex.dev/ai/
3 replies
CCConvex Community
•Created by void on 4/14/2025 in #support-community
Vercel deployment fails when using `npx convex deploy --cmd '...'`
We recommend that you commit the files in convex/_generated to your version control system (e.g. Git), is it the case in your project?
6 replies
CCConvex Community
•Created by void on 4/14/2025 in #support-community
Vercel deployment fails when using `npx convex deploy --cmd '...'`
From the error message you sent it looks like the codegen files are missing
6 replies
CCConvex Community
•Created by too_easy on 4/10/2025 in #support-community
CONVEX_SITE_URL undefined in functions?
It should definitely be defined in queries. Do you have some example function where it doesn't work?
5 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
Can you please send me the whole output you're getting?
25 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
Could you try moving
export CONVEX_TMPDIR=/newtmp
to your bashrc file (or equivalent for your shell)?25 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
I think using .env.local will not work here
25 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
No, you need to set it on your local machine (the one you're running
convex dev
on)25 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
What do you mean by this?
However export CONVEX_TMPDIR=/newtemp gets rid of the error but doesnt fix it
25 replies
CCConvex Community
•Created by ampp on 4/6/2025 in #support-community
cross-device link not permitted
Someone here fixed a similar issue in the past by regenerating the convex folder, have you tried that by any chance?
https://discord.com/channels/1019350475847499849/1019350478817079338/1207338632260882473
25 replies
CCConvex Community
•Created by Amine on 4/8/2025 in #support-community
Tansatack start with convex error
It looks like you might not be on the latest version of the NPM
convex
package. What version are you using?55 replies