Matias Daloia
Explore posts from serversCCConvex Community
•Created by Matias Daloia on 4/14/2024 in #support-community
Use PlaywrightWebBaseLoader for web scrapping with OpenAi
Hi! Im trying to do some web scrapping using open ai + langchain + playwright web base loader but i'm getting the following error:
[Request ID: 89930ba42d3f7d4b] Server Error
Uncaught Error: Executable doesn't exist at /home/sbx_user1051/.cache/ms-playwright/chromium-1112/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ ❤️ Playwright Team ║
╚═════════════════════
2 replies
CCConvex Community
•Created by Matias Daloia on 4/1/2024 in #support-community
Use same convex environment for Nextjs/React native app
Hi guys, i'm using convex for my webapp built with nextjs. Now i'm developing a mobile app in react native, and wanted to know if it's possible to share the same backend with convex.
Also i'm using clerk for authentication so i don't know if that can be used as well
Thanks and regards,
Matias
8 replies
KKinde
•Created by Matias Daloia on 3/31/2024 in #💻┃support
Architecture idea for B2B2C app
Hi guys! Just integrated Kinde last week for my MVP, loving the product so far 🙌🏻🙌🏻
Just wanted to know your thoughts on the best possible architecture for my authentication flow
In short terms, the app is a “B2B2C” schema. I’ll have two kinds of “user types”: “Nutritionists” and “Patients”
So basically nutritionists enter the webapp as an admin dashboard where they can perform crud operations on patients (add, remove, update, etc) and patients will have access to a mobile app on android/iOS where they will be able to view their own data, track their progress, track meal planning and more.
I don’t know if the best way is to create an organization for each nutritionist, and add patients as members of the organization, or just create a doctor user and attach patients to it.
I’m a little bit confused here. Mostly because I also want the more cost effective way (I know orgs are more expensive than just MAU)
What do you think about it? Do you have any recommendations or ideas?
Thanks and regards,
Matias
11 replies