Rune Darkfire
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
@erquhart all seems good now 👍 it was all issues with clerk, didn't set up a new auth provider for our production deployment (in addition to the problems above)
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
so now I have to figure out why that is. I feel like clerk is set up properly but perhaps it still isn't 😦
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
hot on the trail of that, I discovered this is happening :
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
Ah HA - I finally noticed that there was a clerk call that was failing in the dev console. Turns out, I had not set up my JWT template for my production deployment of clerk, it was only set up for our dev deployment. This fixed when convex was trying to authenticate to clerk (which is does for nearly every call) and then trying to add stuff. So now I'm getting a lot further than before. But now something really strange is happening :
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
I don't see how/where I'm supposed to get info on what's going on... there's nothing in vercel logs, nothing in dev console
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
Now, I've been able to go through my whole logs and see that what my code is doing is correct/expected, it is just getting to the point of executing mutation code and just... falling flat. Literally does nothing on an
addResourceName
call. No error messages, no nothing... just doesn't do it, and execution halts, my console.logs after these calls aren't reached.33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
@erquhart thanks for the suggestion on logging
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
that I've seen
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
zero
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
(so there's nothing to be read)
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
and I have no idea if I can read because the DB is empty
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
I'm using clerk for auth
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
I did all five of those steps and they "worked", the build was successful (I got appropriate messaging in the vercel logs), and on my convex dashboard I can see the DB tables have been created on the production instance.
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
@erquhart you literally linked the exact guide that I said I already followed lol
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/28/2024 in #support-community
Can't deploy convex to production with vercel correctly.
For example, data that should be populating right off the bat but does nothing (works perfectly locally, but does absolutely nothing on prod) : I get no error messages, no feedback of any kind, and obviously since this is production I can't do console.logs and stuff like that.
33 replies
CCConvex Community
•Created by Rune Darkfire on 9/25/2024 in #support-community
Can't correctly type fields from a table to my NextTS application
@jamalsoueidan now I'm just getting a different build error instead : from my call of the function :
12 replies
CCConvex Community
•Created by Rune Darkfire on 9/25/2024 in #support-community
Can't correctly type fields from a table to my NextTS application
I suppose I could rework the concept of orgId but that would be a pretty big change to the application as a whole
12 replies