Tom Ballinger

Results 138 comments of Tom Ballinger

> Should convex client call fetchAccessToken with forceRefreshToken: true when this is a newly created token that has just been set? It does this to make sure we have an...

just filed https://github.com/get-convex/convex-js/issues/63 for not cancelling the refresh, and let's say this one is about not calling the onChange

Yes I believe this works! I'll file this separately, but I notice another issue with 5.147.1, between 5.147.0 and 5.147.1 for my top-level (usually globally-installed) rush I start seeing ```...

Thanks for fixing @aramissennyeydd!

filed https://github.com/microsoft/rushstack/issues/5064

@delkopiso these values aren't secret, and they're needed by the frontend to know where to connect to. What's your use case, what's the flow you'd like to support here?

I'll wait to hear what you're trying to support, if I were guessing I'd say - check out [CONVEX_DEPLOY_KEY](https://docs.convex.dev/cli/deploy-key-types) - are you creating apps that dont' have a frontend, or...

Hm, re multiple accounts that's just not something we're anticipating; can you add your single account to multiple teams instead? It sounds like you want to be logged into multiple...

@suiramdev do you not use any .env.local files, or similar file that is not committed to the repo? Each time you change dev deployments, (in the future, you might use...

@suiramdev I see you have a .env at the root, is that .env version controlled? If not, great, let's make `convex dev` write CONVEX_URL and CONVEX_DEPLOYMENT there. If so, would...