Admin dashboard temporarily disabled
The deployment finished without a valid admin secret, so the dashboard remains in a locked, read-only state.
For security, the GrabGifts admin interface only activates when the build detects one of the required credentials. That safeguard prevents unintended catalog changes on preview or production runs that lack the encrypted token.
- Add a secret: Set
ADMIN_API_TOKENorREFRESH_CATALOG_SECRETin the Netlify environment (or the relevant CI runner). - Redeploy: Trigger a fresh build so the static bundle can verify the secret and load the interactive admin tools.
- Audit the lock: Until the secret is present, this page stays static and excludes the admin JavaScript bundle.
If this lockout is unexpected, double-check the secret scopes in your password manager and confirm the token has not expired. The platform keeps a rotation log; expired tokens are refused automatically.
Need assistance? Message the GrabGifts platform engineers in the #giftgrabs-admin Slack channel or email engineering@giftgrab.com. Include the deploy URL and commit SHA so we can inspect the pipeline quickly.