Sam J
CCConvex Community
•Created by marko.t on 3/11/2024 in #support-community
Getting "/api/push_config 500 Internal Server Error" when running npx convex dev
Awesome thanks for confirming
23 replies
CCConvex Community
•Created by marko.t on 3/11/2024 in #support-community
Getting "/api/push_config 500 Internal Server Error" when running npx convex dev
@marko.t can you try pushing one more time?
23 replies
CCConvex Community
•Created by marko.t on 3/11/2024 in #support-community
Getting "/api/push_config 500 Internal Server Error" when running npx convex dev
We're working on fixing the issue, hope to have it done shortly. @winsoroaks can you share your instance name?
23 replies
CCConvex Community
•Created by John on 2/6/2024 in #support-community
{"code":"BadJsonBody","message":"Failed to buffer the request body: length limit exceeded"}
Thanks. We need to improve the errror message, but I believe you're seeing that error because the size of the return value from your Action,
images
, exceeds an internal limit. Can you modify your Action to return the Storage IDs, rather than the image blobs?6 replies
CCConvex Community
•Created by John on 2/6/2024 in #support-community
{"code":"BadJsonBody","message":"Failed to buffer the request body: length limit exceeded"}
Hi John, do you have the instance name where you're seeing these errors in the Action? You can find in the url on your dashboard or as part of your deployment URL. If you post that here or DM me I can look into the connection lost issue.
In the meantime, you may be able to use your original approach, but then upload the blobs directly from the client. You can then pass the storage IDs into an action or mutation to store the user <-> id mapping. See https://docs.convex.dev/file-storage/upload-files for an example of how to do this.
6 replies
CCConvex Community
•Created by OG on 2/1/2024 in #support-community
disconnect
Hi, here's a link: https://calendly.com/convex-sam/30min. That second set of errors looks similar to the first. You'll see more detail in the Logs page on your dashboard at https://dashboard.convex.dev/
14 replies
CCConvex Community
•Created by OG on 2/1/2024 in #support-community
disconnect
Thanks for the reply. I believe your web socket and application are crashing due to errors thrown by your Queries and Mutations. In this example
As for the other errors - Do you use other web sockets or libraries that use web sockets in your application? I believe
getListByAxonAndUserOrderByDesc Server Error
is caused by an Error thrown by your axon_chat:getListByAxonAndUserOrderByDesc
Query function. Errors thrown by your code inside of your Queries and Mutations will crash the Convex web socket and client. The error message is obfuscated to Server Error
because your browser is talking to your production instance. To see non-obfuscated errors for your production instance, go to the Logs page in your Convex dashboard. I've also noticed that the error rate for your Queries and Mutations is generally high. Would you like to set up time to talk about these errors in more detail?As for the other errors - Do you use other web sockets or libraries that use web sockets in your application? I believe
Authorization error: Unauthorized: origin not allowed
is not coming from Convex.14 replies
CCConvex Community
•Created by OG on 2/1/2024 in #support-community
disconnect
Hi @OG . We rolled out an improvement yesterday afternoon that should significantly reduce the number of timeouts you're seeing. If you're still seeing errors today, can you post or dm me the errors you're seeing and a screenshot of either or both of the browser console and the Convex dashboard? I'd be happy to investigate further.
14 replies
CCConvex Community
•Created by oscklm on 1/12/2024 in #support-community
Weird behaviour with search, all of a sudden my search result is not the same with same search term
Sorry for the delay, the fix for this should now be deployed!
13 replies
CCConvex Community
•Created by oscklm on 1/12/2024 in #support-community
Weird behaviour with search, all of a sudden my search result is not the same with same search term
Oh disregard, saw your DM. As long as it's always basically just the document that's useful (rules out ranking issues)
13 replies
CCConvex Community
•Created by oscklm on 1/12/2024 in #support-community
Weird behaviour with search, all of a sudden my search result is not the same with same search term
Thanks - one more question, how many results do you get when you run searches for those queries?
13 replies
CCConvex Community
•Created by oscklm on 1/12/2024 in #support-community
Weird behaviour with search, all of a sudden my search result is not the same with same search term
Thanks for the report. Search indexes are periodically rebuilt with updated documents. I expect the rebuild is what I expect triggered the change. That should not change the results though, so assuming nothing else about your query, document or index definition changed, it sounds like a bug on our part. I'll look in to it. Can you provide your instance name?
13 replies
CCConvex Community
•Created by Gorka Cesium on 12/22/2023 in #support-community
fuzzy search is acting worse than previous search (convex v1.7.1)
Thanks for the report, I'll take a look. Have you deployed to prod since upgrading to 1.7? Or only to dev?
7 replies
CCConvex Community
•Created by ashuvssut (ashu) on 9/30/2023 in #support-community
Vector Index and Index cannot have same name in a table
Thanks for the report! We don't currently allow duplicate index names even across index types. I'll improve the error message so this is clearer
5 replies
CCConvex Community
•Created by punn on 9/1/2023 in #support-community
Slack Bolt
Hey! I've written a slack bot for Convex using the events subscriptions API, which uses normal web hooks. It looks like bolt supports AWS lambda which is vaguely similar to Convex, but they do so with some custom code for lambda. The short answer is probably not right now
3 replies
CCConvex Community
•Created by punn on 7/13/2023 in #support-community
Timeout after 30 seconds on mutation
Thanks. I can see that actions were executed at both timestamps and that they ran under the time limits. One possibility is that the 404s were returned from an API called by your action. Sometimes that's not always super clear from our dashboard logs.
There are a couple of errors at approximately those times that I'll look into, they just don't quite match the timeframe exactly.
27 replies
CCConvex Community
•Created by punn on 7/13/2023 in #support-community
Timeout after 30 seconds on mutation
Sorry for delay, I'm still getting used to discord.
Timestamps would be helpful. Do you recall the type of the function that you saw the 404 in? Were they in actions?
27 replies
CCConvex Community
•Created by punn on 7/13/2023 in #support-community
Timeout after 30 seconds on mutation
A couple clarifying questions - Are you seeing the 404s in the dashboard logs page or from somewhere else? Are the 404s also coming from the mutation you mentioned was timing out?
Also - is knowing-emu-505 your production or dev deployment? Can you provide your other deployment name?
27 replies