I believe same thing is happening with
I believe same thing is happening with me here, issues on my dashboard and this logging on my projects:
WebSocket closed with code 1006
WebSocket error: undefined
...
reports of blocked access
Just to confirm what @jamwt is saying above, we don't see reproducible Convex issues on our end and are able to access the backends/applications in question but it's very possible there is some flagging going on with a particular ISP. We're actively investigating. Let me know in-thread if anyone is seeing similar issues
.convex.cloud domain names getting blocked
hi everyone. we'll follow up with a report. we don't see any widespread issues, but one possibility that it looks like may be happening here is these abuse protection denylists might have blocked a few *.convex.cloud domains. this continues to be an... interesting process of wackamole we keep running into
Indexing Objects / Arrays
Hey everyone,
I’m curious about the benefits that object and array types bring to web applications. In my opinion, one purpose of using these types is to store data in the schema that isn’t directly displayed to users. However, one downside is that you can’t index object or array types....
Why no _updatedTime
I'm curious why
_creationTime
is a default column for every table but not something like _updatedTime
. Finding myself adding updatedAt: Date.now()
as an arg in lots of mutationsConvex Better Auth
Hey I'm setting up a complex auth situation and stumbled across: https://github.com/ping-maxwell/convex-better-auth which solves my problem of crazy pricing and 3rd party data storage with clerk, but there's several drawbacks mentioned in the repo. I already have a template set up with convex auth, but as I'll need to support organizations for my app, I know that I'll need to eventually move to something like this or host my own auth with something a bit more vanilla like neon or planetscale. I'...
hey how do i execute a mutation? i'm
hey how do i execute a mutation? i'm using convex + svelte and i see a useQuery hook but no docs on how to do the mutation. Do i just call the api.whatever.whatever directly?
Getting this `WebSocket closed with code
Getting this
WebSocket closed with code 1011: InternalServerError
our whole platform seem to be down now.Optimistic updates for endpoints
Yes but this is for mutations and queries, for example if I make a request to an endpoint in convex how do I handle an optimistic update. There’s no way to access the local cache.
Convex alpha including local dev deployments
For anyone with time and interest in giving some feedback on some upcoming features, here's a new convex alpha
npm i convex@1.18.3-alpha.3
that includes local development deployments.
I'd love to hear how this works for you, but don't install this alpha if it's not a good time for you to use something not quite stable to give feedback. These features will come to a stable release soon.
In particular, we're aware of issues with running local deployments on Windows without the Microsoft Visual C++ Redistributable installed....Invalid refresh token with Convex Auth
how can i solve this error and make user relog?
auth:store
type: refreshSession'
let's move this to a support thread if
let's move this to a support thread if you want to keep digging in
I have to save a record on my table that
I have to save a record on my table that is the following structure, Group>SubGroup>Item.
i have just a few categories (10s), subcategories(100s) and tags (1000s).
Do i create a table for each, or denormalize, i have no idea to be honest , whats more eficient in convex?...
Convex Auth
So in Convex Auth, the client side doesn't know the current user id unless they query for it?
i find the plural to be quite optimistic
i find the plural to be quite optimistic about the potential adoption of my app(s)
Dashboard function tester question
Is there a way I can create a user in my app from the Convex dashboard? I'm using Convex auth and I've set up
createOrUpdateUser
in auth.ts
but it's not available within the function explorer.Where Actions can be called
actions can be only called by client? https://docs.convex.dev/functions/actions
index arrays
Hello, does anyone know if there's a plan to support indexed arrays in the future? I've seen a few work arounds but hoping they don't have to be permeant.