nikhildhoka
CCConvex Community
•Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
How can I get the code for the corsHttpRouter mentioned in this video?
https://youtu.be/c7Y0wCml1kg?si=PPh7IPR_04Lvudg1
14 replies
CCConvex Community
•Created by nikhildhoka on 12/8/2024 in #support-community
How to retrieve files from the Storage in Convex
code:
error:
Dec 07, 19:53:04
Q
queries/packageTable:getPackageById
failure
33ms
Uncaught TypeError: ctx.storage.get is not a function
at handler (../../convex/queries/packageTable.ts:37:31)
7 replies
CCConvex Community
•Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
29 replies
CCConvex Community
•Created by nikhildhoka on 11/28/2024 in #support-community
/authenticate route to get the Bearer Token of the user given their username and pass using Clerk
How can I fix this httpAction to use Clerk to get the Bearer token of the user based on the username and password that the user will provide in the request body of the api call to convex:
5 replies
CCConvex Community
•Created by nikhildhoka on 11/25/2024 in #support-community
Backend URL Vercel
What would be the Backend URL for a Convex application deployed on Vercel?
17 replies
CCConvex Community
•Created by nikhildhoka on 11/19/2024 in #support-community
How to add a dynamic route to the httpRouter
I am trying to create an endpoint in the form /package/{packageId} and this should return all the details for that specific package. How to create such a route to the Http router in convex?
4 replies