prtcl
CCConvex Community
•Created by prtcl on 7/24/2024 in #support-community
Importing Static Content
for feature flags I did end up creating an internal migration which upserts new flags with a false value but leaves existing as-is
5 replies
CCConvex Community
•Created by prtcl on 7/24/2024 in #support-community
Importing Static Content
thanks @ian ! the --prod flag definitely works, didn't see that in the docs and was a bit confused about the wording which sounded like the CLI was mainly intended for dev tasks. think I'll keep this as a manual step for now instead of CI/CD since the content updates aren't 100% tied to code or schema
5 replies
CCConvex Community
•Created by prtcl on 6/20/2024 in #support-community
Auth in PWA/Capacitor
hmm I haven't seen that exact issue only the above, although it does sound a bit familiar. seem to remember a section of the capacitor docs dealing with allowed origins and apple being picky about it
7 replies
CCConvex Community
•Created by Hmza on 7/10/2024 in #general
is resend working for anyone ?
I have resend OTP working, just curious are you passing the same provider ID string to signIn and the initializer? doesn't seem to be typed yet so I just made a shared const to prevent mismatch/typos
13 replies
CCConvex Community
•Created by prtcl on 6/20/2024 in #support-community
Auth in PWA/Capacitor
Just following up on this. Have my app running in Capacitor and it does not lose state or refresh the auth token. I think this is just an unfortunate side effect of PWA meets Clerk behavior.
7 replies
CCConvex Community
•Created by prtcl on 6/20/2024 in #support-community
Auth in PWA/Capacitor
Thanks Michal! Yes I'd say part of this is Clerk and part is PWA. The vid you linked is right along the lines of my potential solutions. I think endpoint caching and maybe storing auth in a session ID instead of checking Clerk constantly is the way to go. In my experience their client lib is very overactive when refreshing which might be triggering the Convex auth adapter to update as well.
7 replies