pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
305 stars 18 forks source link

Request failed at creating new application #71

Closed anym001 closed 5 months ago

anym001 commented 5 months ago

Hy,

I have already successfully added an application that works perfectly. Now I wanted to add a new application, but every time I enter the password for authentication I get the following message: "FATA Request failed with HTTP 500 Internal Server Error."

The current application can be displayed without any problems.

Does anyone here have any ideas?

2024-04-22_14-12

anym001 commented 5 months ago

I have probably found the error.

I deleted my current database and reconfigured PushBits. I realised that an additional "sqlite sequence" table had been added to the database.

After I reconfigured PushBits, I was able to add several applications.

grafik

eikendev commented 5 months ago

Interesting, thank you for reporting this behavior.

anym001 commented 5 months ago
anym001 commented 5 months ago

I tried again today to add a new application. Unfortunately, I now get the error message again.

I have already added 3 applications. grafik

grafik

anym001 commented 5 months ago

I have found the error. The container did not have write access to the database file. Therefore it could not add any new applications to the database.

eikendev commented 5 months ago

I'm curious what the server log gave you as output. In either case, since this seems to be a configuration issue, I would go ahead and close it. Feel free to open a new issue if you think there is still something to be fixed.