Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
This repository was archived by the owner on May 29, 2026. It is now read-only.

Problem Enabling Notifications #1

@vipasu

Description

@vipasu

Hello,
Super excited for this app!

I was trying to enable notifications and had the following issue.

Device never registers Expo push token after enabling notifications in Moshi app.

Error response:
{
"success": true,
"result": {
"data": {
"status": "error",
"message": ""none" is not a valid Expo push token",
"details": { "error": "DeviceNotRegistered", "expoPushToken": "none" }
}
}
}

Reproduction:

  1. Installed Moshi on iPhone
  2. Enabled notifications in Moshi Settings
  3. Confirmed iOS Settings → Moshi → Notifications is enabled
  4. Ran bunx moshi-hooks setup and bunx moshi-hooks token
  5. Tested with direct curl to webhook API — same error
  6. Tried: toggling notifications, resetting API token, force-quitting app

Environment: iPhone (iOS), moshi-hooks v1.0.2, macOS Darwin 24.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions