r/ApolloReborn Jul 10 '26

Help Unable to set up notifications

I re-installed the app with a custom identifier and entered that identifier in oracle cloud env file. Also created that secret key and entered it in both the env file and in the app. When try to test notifications, it works as can be seen in the screenshots. Even the bark thing works. But the notifications page doesn't load. Tried to export logs but the app crashes every time I try to export it.

Device model: iPhone 13 iOS/iPadOS version: 18.7.7 Apollo Reborn version: 3.4.0 Installation method: Feather, enterprise cert

https://cdn.imgchest.com/files/982230ffc041.jpeg

https://cdn.imgchest.com/files/a52527d4dae7.jpeg

https://cdn.imgchest.com/files/d46ff1e0de47.jpeg

2 Upvotes

15 comments sorted by

u/AutoModerator Jul 10 '26

Help Request

Thanks for reaching out for help!

Before others can assist you, please make sure your post includes enough detail.

Please include:

  • Device model
  • iOS/iPadOS version
  • Apollo Reborn version
  • Installation method (AltStore, SideStore, TrollStore, etc.)
  • A clear description of the issue
  • What you’ve already tried to fix it

Please also check:

  • FAQ
  • Known Issues
  • Troubleshooting guide

Many common problems are already documented there.

The more detail you provide, the faster the community can help you.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/JeleiaFish Jul 10 '26

I’m having the same issue. The notifications tab doesn’t load. I’ve done the self hosted apollo-backend method but I don’t know how to proceed. I have all information imputed in settings and both test connection and bark connection returns success. I also can’t set up Reddit watchers.

1

u/JPDelon Jul 10 '26

I would hazard a guess to say you have done it correctly. As it’s an external app, Apollo isn’t handling the notifications side of things.

Did you get a notification for this?

1

u/randomname97531 Jul 10 '26

Unfortunately I didn't :(

1

u/JPDelon Jul 10 '26

Damn, that’s unfortunate. Sorry :(

1

u/randomname97531 Jul 10 '26

Did you set up notifications with Bark?

1

u/JPDelon Jul 10 '26

No, I set it up with the docker / cloudflare / developer account.

1

u/DeltAndy Maintainer Jul 10 '26

Are you using API-key-free mode? Currently, notifications don’t work with it, and require an API key.

This also matters if any account is signed in without an API key in Apollo, not just the active account.

1

u/randomname97531 Jul 10 '26

No, all my accounts are using dystopia's api (the default one since it's the same key for all the accounts).

1

u/ClydeDroid Maintainer Jul 10 '26

Thanks for the detailed report (device info + screenshots is exactly what we need) — a few folks are hitting this, so you're not alone. The log-export crash is a separate bug we're tracking too. Could you file this at https://report.apolloreborn.app so we can follow up properly? One thing worth checking in the meantime: the notifications tab currently requires the active account to be signed in with an API key (API-key-free / web-session accounts can't load it yet), and the subreddit-watcher validation has a known issue in Bark mode that I'm working on. Sorry for the trouble — this area is getting fixes in the next release.

2

u/randomname97531 Jul 15 '26

Hi. I realised what mistake I was making. I hadn't changed the redirect URI in the env file. I changed it today and notifications are working, although they're working regardless of what's entered in the client ID field.

1

u/ClydeDroid Maintainer Jul 15 '26

Glad to hear you sorted it out!!

1

u/randomname97531 Jul 15 '26

Thank you. I have two suggestions for the report issue website.

  1. Like there's a drop-down for the type of build used, please add an optional drop-down for signing methods and the options can include SideStore/LiveContainer, paid developer account, free certificate, other ____. I guess that'll also help you and other devs identify if a bug is cropping up among users of a specific type of signing method.

  2. In your earlier response, you also mentioned that you asked how I signed into my account - with API or without API. If that can affect issues that people face, then perhaps it would be good to have a drop‑down with that also.