[Solved] Error: 1013
WebSocket closed with code 1013: AuthProviderDiscoveryFailed
logging.ts:96 Attempting reconnect in 118.9021804382428ms
logging.ts:96 WebSocket reconnected
WebSocket closed with code 1013: AuthProviderDiscoveryFailed
logging.ts:96 Attempting reconnect in 118.9021804382428ms
logging.ts:96 WebSocket reconnected
Tanstack query with usePaginatedQuery is not working
usePaginatedQuery
. It doesn’t seem to behave as expected, and TypeScript is throwing errors. Here’s the code and the error I’m encountering:
Working Example
This works fine:
...Preloading stateful pagination
[storage] Is it possible to reference file url instead of storage id in a table?
message.body
is a storage id
2. when retrieving that message, the convex function uses await ctx.storage.getUrl(message.body)
to convert storage id to file url
I observed that ...Type inference is not ok. Is assuming the user properties are null
How to implement pagination with join and filtering
convex google oauth issue
How can i add phone auth to an existing user with Convex Auth
HTTP Path Suffix Not Working?
https:CONVEX_URL.site/route/$params
Am i doing something wrong? I get the Response No matching routes found
The docs: https://docs.convex.dev/functions/http-actions#defining-http-actions...Pricing Plans
[Resolved] - TypeError: Cannot destructure property 'signIn' of useAuthActions
issue with convexAuthNextjsMiddleware
convex aggregate documentation
convex auth token outside React component
I'm trying to upload data but it says Property 'store' does not exist on type 'StorageWriter'
ConvexAuthNextjsServerProvider not exported
ConvexAuthNextjsServerProvider
is not exported from @convex/auth
package in v0.0.74. Means that a bunch of the NextJS steps including, I presume, middleware are not achievable as the docs say?...Convex Auth on the server?
beforeLoad
method of each route to redirect unauthenticated users as it's wasteful and prone to security leaks if I rely sole on the Authenticated and Unathenticated components as people have been suggesting here.
Now I get that sessions are managed in localstorage, and it's a tall order to validate that on the server (wouldn't be a problem if you used cookies instead), but is there a plan to be able to let us get the auth status of a user on the server? There's already a way to use Convex calls on the server, so surely there's a way to check if a user is authenticated or not?...How do i deploy backend?