magicseth
CCConvex Community
•Created by magicseth on 3/5/2024 in #support-community
Unexpected Database Bandwidth Usage
10 replies
CCConvex Community
•Created by magicseth on 2/23/2024 in #support-community
invalid id version
5 replies
CCConvex Community
•Created by magicseth on 2/6/2024 in #support-community
Socket backing up... Higher priority channel?
It seems like I can be driving a lot of chat over my socket, and it gets a little backed up. In my app a parent can send a remote "pause" signal to a child and their app should pause.
I'm seeing it take about 10 seconds from the parent pressing pause to the kid's app reflecting it sometime.
Obviously we shouldn't be saturating the socket, but is there a way to have different priority messages?
2 replies
CCConvex Community
•Created by magicseth on 12/16/2023 in #support-community
npx convex deploy reports success, but functions not updating
I've just run
and it seems like it succeede:
But I don't see my newest functions when I go to the dashboard, and my production code is throwing errors because the backend isn't finding them
4 replies
CCConvex Community
•Created by magicseth on 12/1/2023 in #support-community
Managing dashboard permissions
We are storing sensitive information in our db. I'd like to restrict the number of developers who have access to sensitive tables through the dashboard. And I'd also like to add auditing when a developer does use the dashboard. Is that possible with any tricks today?
10 replies
CCConvex Community
•Created by magicseth on 9/26/2023 in #support-community
Debugging occasional slowness
32 replies
CCConvex Community
•Created by magicseth on 8/8/2023 in #support-community
HTTP returning blobs are all length 0.
I've got a proxy that was working, but now seems to not work.
The server logs are printing out the correct blob size, but my browser is saying content-length = 0
4 replies
CCConvex Community
•Created by magicseth on 7/31/2023 in #support-community
backfilling taking a very very long time.
dusty-caterpillar-550 is taking a very very long time doing this:
42 replies
CCConvex Community
•Created by magicseth on 7/12/2023 in #support-community
Transient Error
What does Transient Error mean? Anything I can do to debug?
dusty-caterpillar-550
7/12/2023, 12:40:25 PM
0ms
failure
Action
actions/bandwidth:getNumberForKid
failure
Transient error while executing action
7/12/2023, 12:40:25 PM
0ms
failure
Action
actions/newClerkUser:addNewClerkUser
failure
Transient error while executing action
13 replies
CCConvex Community
•Created by magicseth on 6/23/2023 in #support-community
lacking environment variable yields unintuitive error
If I deploy without setting CONVEX_URL I get this:
Uncaught TypeError: Cannot read properties of undefined (reading 'startsWith')
3 replies
CCConvex Community
•Created by magicseth on 6/21/2023 in #support-community
can't find getFunctionName at runtime
12 replies
CCConvex Community
•Created by magicseth on 6/21/2023 in #support-community
Error finding startswith
I'm running npx convex dev:
13 replies
CCConvex Community
•Created by magicseth on 6/21/2023 in #support-community
help updating Vue Client?
I'm trying to update my vue client to .17 and I'm getting a little lost in the Typescript VarArgs department. Anyone available to help me power through?
2 replies
CCConvex Community
•Created by magicseth on 6/21/2023 in #support-community
Occasional failed to parse URL running from the web function runner
On my dev server: dusty-caterpillar-550
I haven't upgraded yet.
Sometimes it works, sometimes I get:
info
'classifyWebsite2 called' 'https://www.puzzle-words.com/boggle-4x4/'
failure
Failed to parse URL from undefined/api/mutation
3 replies
CCConvex Community
•Created by magicseth on 6/7/2023 in #support-community
Cannot connect to dashboard on Starbucks network
FYI:
6 replies
CCConvex Community
•Created by magicseth on 6/2/2023 in #support-community
WebSocket closed unexpectedly.
I'm seeing some internal errors in the browser console, that don't show up in the web dashboard
WebSocket closed unexpectedly with code 1011: InternalServerError: Your request couldn't be completed. Try again later.
ws.onclose @ web_socket_manager.ts:221
19:00:05.806
9 replies
CCConvex Community
•Created by magicseth on 6/1/2023 in #support-community
Random errors with empty files
Frequently I end up with an empty file in my convex directory that I'm about to implement, and get distracted.
If it stays there, typescript gets confused, and everything breaks.
Same thing happens if i have a json file in there.
Better error messaging here would be helpful!
Also I sometimes see this:
But it's because I have an error in my code. It doesn't seem like that is an InternalServerError to me.
2 replies
CCConvex Community
•Created by magicseth on 6/1/2023 in #support-community
setTimeout not found, if you're not using node. Error could be made more clear to "use node"
In my case I had "use node;" at the top of my file 😦
6 replies
CCConvex Community
•Created by magicseth on 6/1/2023 in #support-community
EMfile error
I'm seeing a new error using the run function dashboard:
11 replies
CCConvex Community
•Created by magicseth on 5/24/2023 in #support-community
No way to tell if functions are uploading from npx convex dev
When it's uploading there is a flash of new text, which then disappears, until it finally succeeds.
This makes it challenging to know whether the last terminal output is from this deployment or the previous.
3 replies