Francismiko
CCConvex Community
•Created by Francismiko on 7/12/2023 in #support-community
The storage API returns a status code of 503
Thank you for your efforts, if there are any problems, I will continue to feedback🐎
9 replies
CCConvex Community
•Created by Francismiko on 7/12/2023 in #support-community
The storage API returns a status code of 503
Is there an estimated repair time? Since my project has been deployed to the production environment, this will have a certain impact🏄♂️
9 replies
CCConvex Community
•Created by Francismiko on 7/12/2023 in #support-community
The storage API returns a status code of 503
Works fine in most cases
9 replies
CCConvex Community
•Created by Francismiko on 7/12/2023 in #support-community
The storage API returns a status code of 503
const postUrl = await getUrl()
const result = await fetch(postUrl, {
method: "POST",
headers: { "Content-Type": file.type },
body: file,
})
const res = await result.json()
console.log({ res })
9 replies
CCConvex Community
•Created by Francismiko on 7/12/2023 in #support-community
The storage API returns a status code of 503
res: code: "Overloaded" message: "InternalServerError: Your request couldn't be completed. Try again later."
9 replies
CCConvex Community
•Created by Francismiko on 6/29/2023 in #support-community
How can I still deploy locally with Vercel?
Ah~ When I temporarily removed the relevant configuration files and variables from vercel in env locally, the problem was solved. I have to say that the development team has done very carefully in these details, reducing the possibility of mistakes caused by many mistakes in development 🥰
3 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
@ballingt yep, I'm using
@clerk/clerk-react": ^4.15.3
. This is my root render code14 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
No effect, I'm looking for where the error occurs👨💻
14 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
I am using the
Yarn 3.0
version as a package management tool. It is very strange. I have never encountered this error before.😂14 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
The same error happens on
isLoading
14 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
There is such a console error:
14 replies
CCConvex Community
•Created by Francismiko on 6/27/2023 in #support-community
`useConvexAuth()` returns undefined (resolved: two versions of convex package loaded)
I use code like this in frontend react
14 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
Awesome! Now all the issues with webhooks are finally resolved perfectly. If in the future we can "use node" in HTTP, then can we migrate the core logic to it without the need to define it in the action (although that way is also concise)?In any case, I'm extremely grateful for @ari assistance!
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
By the way, I am using version 0.16 of convex
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
At first I thought that the reason for the error was that I did not pass the original object of the request as a parameter to the stripe webhook (http defaults to the
Request
type of the fetch api? I am not sure if this has any effect) but after debugging, I found that the same error still occurs , so the possibility of this error should be ruled out?54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
http.ts
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
action.ts
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
@ari Of course I can! Here is my code in the project:
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
54 replies
CCConvex Community
•Created by Francismiko on 6/14/2023 in #support-community
What are the best practices for webhooks in actions?
When I refer here: https://discord.com/channels/1019350475847499849/1100122735872577596/1100122735872577596. After I migrated the steps of instantiating stripe to action, new error content appeared:
54 replies