serl / ttrss-heroku

Tiny Tiny RSS on Heroku, and it's actually working!
GNU General Public License v3.0
50 stars 37 forks source link

Do the same steps but can't work? #17

Closed jiamo closed 2 years ago

jiamo commented 2 years ago

the log is

2022-05-09T15:30:37.057584+00:00 app[web.1]: [15:30:37/73] Loading base database schema...
2022-05-09T15:30:38.349984+00:00 app[web.1]: [15:30:38/73] Migration finished, current version: 146
2022-05-09T15:30:38.350098+00:00 app[web.1]: PHP Notice:  Applied migration to version 0 for ttrss_version in /app/tt-rss/classes/logger.php on line 52
2022-05-09T15:30:38.439570+00:00 app[web.1]: Sync to S3 disabled. See README.md to enable it.
2022-05-09T15:30:39.813919+00:00 app[web.1]: DOCUMENT_ROOT changed to 'tt-rss/'
2022-05-09T15:30:40.038885+00:00 app[web.1]: Detected 536870912 Bytes of RAM
2022-05-09T15:30:40.157539+00:00 app[web.1]: PHP memory_limit is 128M Bytes
2022-05-09T15:30:40.222862+00:00 app[web.1]: Starting php-fpm with 4 workers...
2022-05-09T15:30:40.399250+00:00 app[web.1]: Starting httpd...
2022-05-09T15:30:40.968313+00:00 heroku[web.1]: State changed from starting to up

the db connections was 0. my url is https://own-fancy-ttrss.herokuapp.com/

serl commented 2 years ago

Hello, I don't see any error in logs nor in your instance. I guess you have simply to log-in using the default username and password, change it, and profit.

Feel free to come back with more details if the issue is still there.