Reeve Agent
Support

Something not working?

REPLIES WITHIN ONE WORKING DAY

Connection problems

The app says it can't reach the server

Open the same webhook URL from a browser on mobile data, not wifi. If it fails there too, the endpoint isn't publicly reachable and the problem is in your tunnel, proxy or firewall rather than in Reeve. If your instance sits behind a VPN, your phone needs to be on that VPN.

It connects but every message returns an error

Check that the workflow is active. An inactive workflow only responds on its test URL, which stops working as soon as you close the n8n editor. Production and test webhook URLs are different — make sure you paired the production one.

It worked yesterday and stopped today

Usually one of three things: the workflow was deactivated, the tunnel dropped and came back on a different address, or the auth token was rotated. If you use a free ngrok URL that changes on restart, use a reserved domain instead.

Replies arrive but they're empty

Your workflow needs a Respond to Webhook node at the end, and the Webhook node's response mode must be set to use it. Without that, n8n acknowledges the request and returns nothing.

Conversation problems

The agent forgets what we were talking about

Attach a memory node to your AI Agent and key it on the sessionId that Reeve sends with every message. Without it, each message is treated as a brand new conversation. If memory works but resets whenever n8n restarts, switch from Simple Memory to the Postgres or Redis chat memory node.

Replies are full of asterisks and pipe characters

Your workflow is returning something Reeve can't identify as markdown. Return the agent's text directly as a plain string rather than nested inside extra JSON, and Reeve will render tables and formatting properly.

Answers are too long to read on a phone

Add a line to the agent's system prompt telling it the output will be read on a mobile screen, and to keep answers short and tables narrow. It costs nothing and models follow it reliably.

Voice

Dictation isn't picking anything up

Check microphone permission in iOS Settings → Reeve Agent. If it was refused the first time, the app can't ask again and the toggle has to be set there.

Nothing is read back to me

Check the silent switch on the side of the phone, then the voice setting inside the app. Some voices need downloading in iOS Settings → Accessibility → Spoken Content before they'll play.

Purchases

I paid but the app still shows the free tier

Use Restore purchases in settings. The unlock is tied to your Apple Account, so it carries across your devices without paying again.

I'd like a refund

Refunds are handled by Apple, not by us — we never see the transaction. Go to reportaproblem.apple.com and pick the purchase. If the app didn't do what this site said it does, tell us as well so we can fix the description.

Still stuck

Email support@reeveagent.io. It helps enormously if you include your iOS version, the app version from the settings screen, whether your n8n is self-hosted or Cloud, and what the error said word for word.

Please don't send us tokens, webhook URLs or anything from your database. We don't need them and we'd rather not have them.

Feature requests

Send them to the same address. Reeve is early and the roadmap is genuinely shaped by what beta testers ask for.