Joe
Joe
CCConvex Community
Created by Joe on 9/6/2023 in #support-community
if the creator of a team left your org, is there a way to remove them w/o losing the team?
question is above, thank you!
3 replies
CCConvex Community
Created by Joe on 8/23/2023 in #support-community
deploy to new project from old project?
I just got back to convex after a little while, and I wanted to double check if there's a way to redploy to a new project from an old project. For context, I have one project that I have a branch of I want to deploy to a different project name possibly in the future. I was trying to play around with the convex.json, but I am doing something wrong / I'm not sure I should be using that file. Any changes I made in there or even removing it made no difference if I did npx convex deploy. Thanks!
12 replies
CCConvex Community
Created by Joe on 5/24/2023 in #support-community
httpRouter access
on this one, im getting 404 not found now that i can deploy, is it supposed to be https://<your deployment name>.convex.site/routeName ? It also warns me it's not secure if I try to access it from the web browser
8 replies
CCConvex Community
Created by Joe on 5/24/2023 in #support-community
adding an http router makes undeployable
No description
14 replies
CCConvex Community
Created by Joe on 5/18/2023 in #support-community
500 error -- cannot redeploy / cronjob runs, log look ok but tables not updating and timeout error
I had one cronjob running ok, and a standalone action working fine outside of a cronjob. When I added the second action as a cronjob, the logs show it's running, but it seems to not halt which is unexpected. It's odd because no tables update either at the moment (I think). However, when I tried to stop all cron jobs to debug a bit more, I cannot redeploy. Not sure on how to best debug ?
14 replies
CCConvex Community
Created by Joe on 4/27/2023 in #support-community
adjust max timeout on scheduled functions?
I'm pinging an API to get some info, but depending on the subject of the request I send, the amount of information can vary a lot. Most of the time the scheduled function default max time is fine, but occasionally it is not. Is there a way to adjust the max time before time out or should I instead say if timeout try again?
17 replies
CCConvex Community
Created by Joe on 4/25/2023 in #support-community
Field name +1 must only contain alphanumeric characters or underscores and can't start with a number
I'm getting the above error when I try to save a new record, but I'm a little unsure why it would happen. I've tried thinking through a few things, but I'm still not too sure how to proceed. Are there any tips for debugging this error?
13 replies
CCConvex Community
Created by Joe on 4/17/2023 in #support-community
order by
What's the best way to do an order by query? I saw there's .order() and orderedQuery, but I wasn't sure for .order() if I can pick the field that works on? Thanks!
4 replies
CCConvex Community
Created by Joe on 4/17/2023 in #support-community
schedule function send response to avoid timeout
Can I have a schedule function send a response
3 replies
CCConvex Community
Created by Joe on 4/13/2023 in #support-community
primary and foreign key constraints?
Are there primary and foreign key constraints you can add in and between tables?
15 replies
CCConvex Community
Created by Joe on 4/12/2023 in #support-community
async actions and cron jobs
I think looking at the doc it should be ok to do async actions. Is it okay to use these with cron jobs?
10 replies
CCConvex Community
Created by Joe on 4/2/2023 in #support-community
usePaginatedQuery in next.js api route -- cannot read properties of null (reading 'useMemo')
No description
9 replies