mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #579] Error 500 Code 50001 but message delivered #441
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#441
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 @DarkChyper on GitHub (Jan 12, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/579
Hello,
I install this project on my own server, i don't know if the error i found is an issue or a bad setting.
I install on a VPS debian, apache 2 with a proxy (because there are many vhosts on my server).
i secure sending message with a unique admin user and when i send a message i receive this :
{"code":50001,"http":500,"error":"internal server error"}But i receive the message on the webapp and android app.
I don't know where logs are, i did not found them in /var/log.
My server settings:
My vhost config :
and vhost https :
I believe the problem is between my chair and my keyboard but i need help to understand :)
@binwiederhier commented on GitHub (Jan 12, 2023):
See https://github.com/binwiederhier/ntfy/issues/448
Or other tickets you can find by searching closed issues.
@DarkChyper commented on GitHub (Jan 12, 2023):
OK thanks, i did a search but not with the good hit words...
I see there nothing in this ticket to help me and i have a new information
There is no problem when i lauch service with the command line
ntfy servebut when the commend is launch on server startup, i receive the error.I will try to send logs into a file to catch them.
@binwiederhier commented on GitHub (Jan 12, 2023):
Enable debug or trace logs in the server, and that should tell you what's wrong.
@DarkChyper commented on GitHub (Jan 12, 2023):
I increase level log of vhost but it was not better.
i used a file in /etc/init to launch service on startup, i change to @reboot job in crontab and it works !