mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #878] Android: base URL can not be set in settings dialog #619
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#619
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 @t0bixorg on GitHub (Sep 12, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/878
Within the Android App (Version see below): when I am trying to set the default base URL in the settings menu, the "ok" option turns grey after entering the first character - and does not come back again, not even after entering the "original" ntfy URL. So there is no chance to set the base initially, the only option is to "abort" ("Abbrechen" in German).
Entering a dedicated server while consuming a (new) theme directly works, however - so there is no urgency in that to me. I am merely wondering, why I can't set a base URL...
Here is the log of the App, not Sure uf hat helps:
This is a log of the ntfy Android app. The log shows up to 1,000 entries.
Device info:
ntfy: 1.16.0 (play)
OS: 5.4.210-qgki-26213204-abG990B2XXS5EWG9
Android: 13 (SDK 33)
Model: r9q
Product: r9q2xeea
--
Settings:
{
"autoDeleteSeconds": 2592000,
"autoDownloadMaxSize": 1048576,
"broadcastEnabled": true,
"connectionProtocol": "ws",
"darkMode": -1,
"defaultBaseUrl": "",
"lastSharedTopics": [],
"minPriority": 1,
"mutedUntil": 0,
"recordLogs": true
}
Logs
1694503313015 2023-09-12 09:21:53.015 D NtfyLog Enabled log recording
@binwiederhier commented on GitHub (Sep 12, 2023):
What are you trying to enter? You have to enter a full URL, e.g.
https://example.com(without spaces around it)@t0bixorg commented on GitHub (Sep 12, 2023):
Oh, wow, that's embarrassing. The server here must be a https, only with http it does not work. Problem solved, thanks :-)
@binwiederhier commented on GitHub (Sep 12, 2023):
Hm. http should also work.
@t0bixorg commented on GitHub (Sep 12, 2023):
Hi #binwiederhier, I got it: my keyboard is consequently transfering the first letter into uppercase.
Once the string starts with "Http" instead of "http" the OK never will let me through.
So "Http://ntfy.sh" does not work, "http://ntfy.sh" does.
Haven't seen this one before :-) I've included two Screenshots ;-)
@t0bixorg commented on GitHub (Sep 12, 2023):
@t0bixorg commented on GitHub (Sep 12, 2023):