fixing platform admin

This commit is contained in:
root
2026-05-06 22:58:23 -04:00
parent 695a7f7cc7
commit 750ae56a29
175 changed files with 31249 additions and 328 deletions
+4 -4
View File
@@ -30,7 +30,7 @@ app.use('/api/v1/team', teamRouter)
## 2. Install the Clerk webhook (Clerk Dashboard → Webhooks)
1. Go to **clerk.com** → your app → **Webhooks****Add endpoint**
2. URL: `https://api.rentflow.com/webhooks/clerk`
2. URL: `https://api.RentalDriveGo.com/webhooks/clerk`
3. Events to subscribe: `user.created`
4. Copy the **Signing Secret** and add to `.env`:
@@ -54,10 +54,10 @@ CLERK_SECRET_KEY=sk_live_...
CLERK_WEBHOOK_SECRET=whsec_...
# Frontend
NEXT_PUBLIC_API_URL=https://api.rentflow.com/api/v1
NEXT_PUBLIC_API_URL=https://api.RentalDriveGo.com/api/v1
# Dashboard URL (used in invite redirect)
DASHBOARD_URL=https://app.rentflow.com
DASHBOARD_URL=https://app.RentalDriveGo.com
```
---
@@ -111,7 +111,7 @@ router.post(
When a user clicks the magic link in their invitation email, Clerk redirects them to:
```
https://app.rentflow.com/onboarding/accept-invite?__clerk_ticket=...
https://app.RentalDriveGo.com/onboarding/accept-invite?__clerk_ticket=...
```
Create this page in your Next.js app: