NerdkidChiki
NerdkidChiki
CCConvex Community
Created by NerdkidChiki on 10/12/2023 in #support-community
having issues deploying my react app to production
screenshot of my authconfig.js
3 replies
CCConvex Community
Created by NerdkidChiki on 10/9/2023 in #support-community
How do i configure my convex database for deployment to production
i am done building a mini project(reddit clone) using convex and clerk. How do i deploy the website for production. I am referring to my environment variables for clerk and my database. A link to a resource on how to deploy a convex app from scratch will be very helpful as well 🙏. The docs are not really concise on how to go about this.
8 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
i am using clerk to handle authentication in my convex React app. whenever a user signs up or signs in they are redirected to the home page but i want the user to be sent back to the page they were on previously before signing up. I am using the clerk modals to handle this sign up and sign up. How do i go about this? Thanks
15 replies
CCConvex Community
Created by NerdkidChiki on 10/6/2023 in #support-community
how do i filter a query by documents created in the last 2 hours?
Hi there everyone, i am querying a table for data and i want to only collect documents created in the last 2 hours. please how do go about it?
7 replies
CCConvex Community
Created by NerdkidChiki on 10/4/2023 in #support-community
i need practical help implementing presence feature in my project
Hi everyone 👋, i recently read Ian Macartney's blog on how to implement presence feature in Convex apps and it honestly went right above me. I need help breaking down how to go about doing this in my project . 🙏
9 replies
CCConvex Community
Created by NerdkidChiki on 10/2/2023 in #support-community
How do i change the type returned from a usePaginateQuery
No description
4 replies
CCConvex Community
Created by NerdkidChiki on 9/27/2023 in #support-community
how do i create a loading ui when using useQuery
i want to create a loading skeleton for my poage when querying for data, i wanna know what boleans i should use. Does my query initially return undefined or null?
4 replies
CCConvex Community
Created by NerdkidChiki on 9/25/2023 in #support-community
i am having issues with cors headers when trying to upload images from my front-end
Hi there, i am tryna setup image upload from my front end to my convex backend ,but whenever i try to upload the images i get this error, "No 'Access-Control-Allow-Origin' header is present on the requested resource." i have followed what docs adviced by setting cors for preflight, but it doesnt seem to work. i am using localhost:3000 how do i get pass this issue?
9 replies