prometheas π₯
CCConvex Community
β’Created by prometheas π₯ on 12/1/2024 in #support-community
The ctx.storage.getUrl() method is marked as deprecated, but Convex docs provide no alternatives
Yep. Nailed it. Thanks, @lee π
4 replies
CCConvex Community
β’Created by prometheas π₯ on 11/20/2024 in #support-community
My attempts to run `convex dev` fail to deploy code changes
OK, I'm now back on track. I rebuilt my container (without cache), deleted
node_modules
and ran npm i
- something in that mix got me back in the game. A stack trace would ineed have been nice; I wonder what might have been going wrong to result in its presumably having been getting swallowed.
Anyhow - thanks again for your support, @ballingt!11 replies
CCConvex Community
β’Created by prometheas π₯ on 11/20/2024 in #support-community
My attempts to run `convex dev` fail to deploy code changes
Alright. So. Whatever tf is happening locally for me is NOT happening in a GitHub codespace that I just spun up, which is fun because in both cases I'm using a dev containerβ¦ so much for eliminating "works on MY machine" scenarios π€£ I'll keep digging and report back whenever I've gotten to the bottom of this
11 replies
CCConvex Community
β’Created by prometheas π₯ on 11/20/2024 in #support-community
My attempts to run `convex dev` fail to deploy code changes
Hey @ballingt - had gone to my neighbor's comedy show last night, and then wasn't in "coding" state by the time the show was done π
I had first noticed this on 1.16.5 and tried upgrading to 1.17.0 seeing the same.
Additionally, today I'm finding a small change in the outcome β it gets to the bundling step when it fails:
Cursor suggested I look out for potential circular imports, but that seems like a red herring, since the
madge
cli shows that there are circular dependencies between just about all of my convex/*.ts
files and those that Convex generates in convex/_generated/**
11 replies
CCConvex Community
β’Created by prometheas π₯ on 11/20/2024 in #support-community
My attempts to run `convex dev` fail to deploy code changes
And when I run the command with the
--once
flag, I get a 1
exit status -- but no indication of any specific failure cause11 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
i do appreciate your assist, though, very much. i'll confirm in a bit on the outcomes
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
i would explain, but I think my attempting to do so would make anyone else dumber for having tried to read and understand that weirdness lol
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
yes, i know⦠but there was all sorts of insanse stuff going on there
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
i have blown it all away and replaced it with what the Convex docs show, and β so far, so good β but i've got a bunch of testing around the rest of the app to ensure i haven't broken anything (sadly, our automated tests are lighter than I'd have preferred)
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
i had a look at the way convex and clerk were integrated⦠and it looked NOTHING like the examples
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
frst of all: YOU, @jamalsoueidan, are a champion community helper βΒ i super appreciate you!
14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/14/2024 in #support-community
Trouble using useQuery and convexQuery with queries that use ctx.auth.getUserIdentity()
Thanks for taking the time to attempt an assist, @jamalsoueidan π β¦
So,
getAuthUserId(ctx)
doesn't seem to be available in any package I'm using β to confirm, is that simply intended to be a generic name for a project-defined Convex function? The specific Convex API function I'm attempting unsuccessfully to use is ctx.auth.getUserIdentity()
and finding β when invoked from client code β that it's returning null
.
And, in case it may be something I hadn't made clear enough, and may account for a difference in outcomes, I'm using Clerk authβ¦
Given that you seem to believe that identity details ought to be figured out automatically, and the fact that NONE of Convex's React docs show explicit token passing, I'm starting to wonder if perhaps it's worth double-checking how my project's convex provider is configured in tandem with Clerk, as that bit was implemented by a developer no longer on the team.14 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
agree with strategy there, fwiw
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
yea, man. error boundaries are our best backstop, but aren't my favorite way to handle async errors
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
well, I appreciate your jumping in and shedding light
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
right on
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
though that issue looks untouched since its creation in mid-July
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
yes, that would 100% satisfy my current scenario
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
i'mma subscribe to that issue -- thank you, sir!
20 replies
CCConvex Community
β’Created by prometheas π₯ on 9/10/2024 in #support-community
How to handle errors with the `usePaginatedQuery()` React hook?
oh, sweeet
20 replies