Settings
Platform deployment
Production checklist for the separated employer portal at https://platform.riccareers.com.
- Create a separate Vercel project with root directory platform.
- Add platform.riccareers.com to that Vercel project only.
- Set NEXT_PUBLIC_APP_URL to https://platform.riccareers.com.
- Set API_BASE_URL and NEXT_PUBLIC_API_BASE_URL to the Railway backend.
- Add https://platform.riccareers.com to backend CORS_ALLOWED_ORIGINS before live API calls.
- Do not attach platform.riccareers.com to the frontend or admin Vercel projects.