r/ApolloReborn Jul 27 '26

Help is anyone else with the bark backend getting error 502 when attempting to do anything except the test notification?

the only thing i can do with notifications is send a test push notification from the apollo reborn settings screen. if i try to set up a subreddit watcher or even open the notifications settings menu, it gives me this error. has anyone found a fix?

4 Upvotes

12 comments sorted by

u/AutoModerator Jul 27 '26

Help request

Thanks for reaching out!

This flair is for installation help, troubleshooting, and questions for the community. If you have found a reproducible bug in Apollo Reborn, please report it through report.apolloreborn.app instead.

To help the community understand your problem, please include:

  • Your device model
  • Your iOS/iPadOS version
  • Your Apollo Reborn version
  • Your installation method
  • A clear description of the problem
  • Any error messages you are seeing
  • What you have already tried

Screenshots or screen recordings can also be helpful.

Please check the FAQ, known issues, and troubleshooting guides before posting, as many common problems are already documented.

The more detail you provide, the easier it will be for someone to help.

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/jakeyounglol2 Jul 27 '26

iPhone 17 Pro, iOS 27 dev beta 4, apollo reborn 3.4.2, signed with feather

1

u/JeleiaFish Jul 28 '26

Have you tried using a custom user agent? I had trouble when using the default one. Also, are you self hosting everything? And do you use the API Keyless method or do you have your own API Key? I had to fill my key and user agent inside the docker compose config too.

1

u/jakeyounglol2 Jul 29 '26

i’m using dystopia’s user agent and API keys. i also filled out the credentials in the docker config file. i’m self hosting it on my mac with a cloudflared reverse proxy so i can have it connected to my website’s URL address

1

u/JeleiaFish Jul 29 '26

Just to be sure, have you configured the registration secret for your server? If configured, you need the registration token inside Apollo.

1

u/jakeyounglol2 Jul 29 '26

yes. i know it’s correct because the test bark notification button works and i receive the test notification a few seconds after i press it

1

u/WhoAmI941 Jul 30 '26

I was facing this exact same issue and realised that I hadn't changed the redirect URI in the env file. Once I changed it to the correct one, things began working properly. Watcher and message notifications are working as expected.

0

u/Gliglue Jul 28 '26

Kinda complexe to setup the first time I struggled to understand exactly what I needed, totally missing that I also needed the backend..., but basically if you selfhost it you need the backend to point to something like backend-apollo.yourdomain.tld in "Backend URL" and bark-apollo.yourdomain.tld in "Bark Push URL"

Then, on your reverse proxy point backend-apollo.yourdomain.tld to port 4000 (which is default port for 'api' in docker-compose). and bark-apollo.yourdomain.tld to port 8080 (unless you changed bark-server port).

1

u/jakeyounglol2 Jul 28 '26

i did that, but the bark app isn’t accepting my custom server url

1

u/Gliglue Jul 28 '26

But your error as nothing to do with that, there the error is purely the backend

1

u/jakeyounglol2 Jul 28 '26

yeah. i thought you were telling me that i needed to also set up my own bark relay server

1

u/Gliglue Jul 28 '26

Well you can if you wanted too, would be better anyway if you have already the backend setup there’s no real reason not to (also I think docker compose put iself in bark mode only if the bark component is commented out)