mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1323] Admin User Cannot Subscribe to Topic on Mobile Apps (iOS/Android), Only Web App Works #938
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#938
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @orsaada on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1323
When attempting to subscribe to a topic using the ntfy Android or iOS mobile apps, I receive an error:
User doesn't have permissions to subscribe for the topic
This occurs even though I am logged in as an admin user with full permissions.
On the web app (browser GUI), the same admin user can subscribe to the same topic without issues.
This suggests a mismatch between permissions handling in the mobile apps versus the web app.
User is not authorized to read this topic
@elaurensx commented on GitHub (Aug 3, 2025):
I stumbled upon this post while facing a similar issue and it had to do with the way I setup ingress routing. I have an ingress rule which routes "/" through Authelia while other ingress rules are exposing topic-related paths which purely rely on ntfy's auth mechanism. I had a typo in one of paths and as a result, queries for the specific topic I was receiving an "xxx is not authorized" message for, were being routed through Authelia.
@jansenfuller commented on GitHub (Oct 9, 2025):
I am having this issue as well. I have not found a solution so far. I'm also getting 403 responses whn trying to publish things, whteher with username and password or with access tokens.
@wunter8 commented on GitHub (Oct 9, 2025):
@jansenfuller it will be easier to help you troubleshoot this issue in our Discord (https://discord.gg/cT7ECsZj9w) or Matrix (https://matrix.to/#/#ntfy-space:matrix.org) chat
@jansenfuller commented on GitHub (Oct 9, 2025):
I figured it out. If you are using Cloudflare's Under Attack Mode, it will stop the application from connecting. Things are working out now.