Adeh
CCConvex Community
•Created by Adeh on 9/17/2024 in #show-and-tell
Jekajodawo
Hello everyone,
I'm thrilled to introduce our team's project, Jekajodawo, which means "Let's Contribute Money Together."
Key Features:
Personal Savings:
- Create personal savings accounts with customizable plans.
- Set your targets and saving intervals (daily, monthly, etc.).
- Seamless withdrawals directly to your linked bank account.
Group Savings:
- Collaborate with others towards shared financial goals.
- Ensure transparency and accountability with built-in tools like reminders and structured collection orders.
- Automated payments using convex function scheduling.
Chats:
- Real-time chat features for group communication, powered by convex real-time queries.
Tools Used:
- Convex
- ConvexAuth
- Paystack for payment integration
Check out our project here.
Demo video
https://youtu.be/B01AMMEa1XA
3 replies
CCConvex Community
•Created by Adeh on 8/28/2024 in #support-community
Auth provider discovery failed
I use convex auth for my authentication. The authentication provider I used is Google oauth. When I sign in with Google, I get GET /api/auth/callback/* 302 on the logs and got the error below on the browser console.
[CONVEX FATAL ERROR] Auth provider discovery of https://precious-dachshund-631.convex.site failed
Uncaught Error: [CONVEX FATAL ERROR] Auth provider discovery of https://precious-dachshund-631.convex.site failed
at 311-3255b76b5959bd09.js:2:23919
at A.onMessage (311-3255b76b5959bd09.js:2:23928)
at WebSocket.<anonymous> (311-3255b76b5959bd09.js:2:11222)
I did not get any error of the sort in the dev deployment only in the production.
9 replies