Planning Center
Go to the Planning Center developer app page and create an OAuth application for My Orbit.
Open OAuth appsConnect Planning Center login
My Orbit signs people in with a Planning Center OAuth app. Create or update that app, copy its client values into your local environment, then restart the preview server.
Go to the Planning Center developer app page and create an OAuth application for My Orbit.
Open OAuth appsPaste this exact callback URL into the OAuth app redirect/callback field.
http://127.0.0.1:3000/api/auth/callback/planning-centerCopy `.env.example` to `.env.local`, then fill these values from Planning Center.
APP_URL=http://127.0.0.1:3000PCO_CLIENT_IDPCO_CLIENT_SECRETAUTH_SECRETStart the local preview the same way each time, then press Try login.
npm run dev:preview