fix: add NEXT_PUBLIC_MARKETING_URL and NEXT_PUBLIC_ADMIN_URL to marketing/admin deployments#645
Conversation
…ting/admin deployments
|
Warning Rate limit exceeded@saddlepaddle has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 51 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Fixes Better Auth trusted origins error in marketing and admin apps by adding all 4 required URLs to their deployment workflows.
The auth package requires all 4 URLs in trustedOrigins: WEB, API, MARKETING, and ADMIN. Marketing and admin deployments were missing MARKETING_URL and ADMIN_URL, causing Better Auth to reject them as invalid origins.