Skip to content
Notifie
Documentation
DocsOperate

Operate

Troubleshooting

Locate the first missing boundary rather than treating every delivery failure as the same problem.

Run the doctor

Terminal
npx @notifie-dev/cli@0.1.0-beta.2 doctor

It checks the path in order and stops guessing once a prerequisite fails, so fix from the top. See the command reference for what each line means.

Diagnostic order

  1. Can the application reach Notifie?
  2. Does the ingest key authenticate?
  3. Did a real event arrive?
  4. Is the provider credential valid for this app/environment?
  5. Did a physical device register an active token?
  6. Did the provider accept the request?
  7. Did the device report presentation?