Window: focus event - Web APIs | MDN
@Tiger 🐅 ^ and there are also window focus and blur events you can listen to: https://developer.mozilla.org/en-US/docs/Web/API/Window/focus_event
Using dashboard for querying
Dashboard works great for this too, we give you a functions tab for running any function, and let you specify the auth token fields!
Test queries in the browser
Is there a way to hijack the WebSocket and send messages in the network tab (or in another app) via the WebSocket without needing to code this into your app, to test your backend queries?
Token refresh
Hello, I’m building my first project with Convex. I’ve used Supabase a lot, but after trying Convex, it has become my preferred BaaS!
A quick question, if I may: I’ve implemented authentication, but I can't find anywhere how token refresh is managed or if there’s a utility function for token refresh. Could you tell me something about this? Thanks!...
Hi all. I'm trying to integrate
Hi all. I'm trying to integrate
launchdarkly
with convex following the documentation here https://www.convex.dev/components/launchdarkly. When I navigate to the launchdarkly dashboard integration page, I can't find the convex
option in the available list of integration options. Is there particular action I should take on part so that convex
option becomes available? ThanksSchema analysis paralysis
I’m working on setting up a project focused around the real estate niche and I find myself getting into analysis paralysis over my schema. At the moment, it’s really the only thing that’s holding me back. Does anyone have any resources they recommend looking into to help with this problem?
Svelte Pagination Support
Thanks Tom, just opened the issue - really hoping we can get pagination support added since it's such a fundamental feature that most apps need 😄
I am working on a project where I am
I am working on a project where I am using the useQuery hook to connect data with my React application. It's a simple query which fetches a document based on the id. However I don't have the id at hand on initialization.
I maintain a state variable to keep track of the currently loaded document id which can be dynamically loaded or empty.
What would be a good pattern to link this state variable with the useQuery hook?
...
the issue is i have the env.local from
the issue is i have the env.local from my friend and in that there are api convex and when i add it in my clone repo its not working creating a new convex url friend share me the zip of snapshot how i can fix this issue can anyone help me plz ?
Hi - I'd like to use Convex for our own
Hi - I'd like to use Convex for our own product at our company and in a consulting capacity.
One of our clients has a SaaS aspect to their business but lacks technical expertise on their team, so interactive management dashboards (think custom Retool dashboards or Basedash) are a requirement.
How are people providing non-technical internal teams dashboards for managing their apps made with Convex?...
Functions limits
[URGENT QUESTION] How many convex functions can be running at once for a given project? On professional plan
convex reset password error
I was able to get all the code in, but getting this error convex development logs:
```js
400 Bad Request: InvalidModules: Hit an error while pushing:
Loading the pushed modules encountered the following...
Just to get something straight in my
Just to get something straight in my head with Convex and the provided React hooks, if you do something stupid like render multiple of the same component in a
.map()
and inside each of those components is a useQuery()
with the same API endpoint and arguments, does the convex provider dedupe those queries in a way that it will only run a database query one time and then any subsequent useQuery()
calls will use a local version of that data?hey convex team, i got a really cool
hey convex team, i got a really cool project idea, convex + raycast
Will it ever be possible to use
Will it ever be possible to use something like
bun patch
for third-party node modules that will run within the Convex environment? Every time we save a file within the ./convex
folder, the change gets deployed to the convex database. I'm assuming that you guys do your own dependency install process and don't care what's in my local node_modules
folder. The issue I'm having is that I found a bug in a 3rd-party library and I'm not able to patch it until my PR is merged so I can use the bug f...offline sync
Just feels like a few loose discussions so far (great they're thinking about it), would love to know if its in development yet and rough estimate on when basic offline/online sync will be available.
convex + tanstack -- why etc.
Hey folks! For some reason I cant really define im really stoked on Tanstack. However, I am a diehard Convex user. I know they both play nice together. My question is: if Convex handles state changes in realtime, why would I want to use another layer of management (query) on top of my Convex functions? ❤️
Svelte SSR
@ballingt So I'm getting an error when switching between statuses.
```ts
<script lang="ts">
import { page } from '$app/stores';
import { useQuery } from 'convex-svelte';...