Server reloads at same time heroku - heroku

do you know guys why everyday about the same hour my server hosted on heroku rerun? Mostly it is 22:20 UTC+1. I've tried logging it but nothing really worked. I hope for answer

Related

Vercel Deployment with BE & Database Still in Heroku

My organization is currently trying to move away from Heroku and we just migrated our React.js app to Nextjs. Originally I had considered going with AWS but Vercel seems to have a lot of benefits that would help us in the long term.
Currently our Laravel backend is still hosted in Heroku with a Postgres database. When I try to deploy, it appears that I cannot make a GET call.
This Next.js code works as expected on a Heroku dyno, but not when I attempt to deploy to Vercel.
Are there any gotchas, or considerations I should be aware of? Has anyone else ran into this issue?
Figured out what it was. Hope this helps somebody else! We had the .next build in our .gitignore folder because we had to switch back and forth between a legacy project and the .next folder caused some big issues. We just removed it and everything is building as expected. Still curious as to why it worked in Heroku and not Vercel though.

How to stop Heroku CLI automatically logging me out?

After running heroku login on my work account, and putting work away for the weekend, each Monday I am told that I must log in again when running heroku commands.
This doesn't seem to happen for anybody else at the office, and nobody knows quite how or why. The Heroku documentation doesn't appear to be very helpful on the matter.
Does anybody know how I can stay logged in until I explicitly type heroku logout?

Heroku Bot Stops after 24 hours

I have a small Discord.js reactions bot that gives roles to the members. It runs fine for 24 hours then it stops... if I refresh the bot with a code it starts working again.
It’s very annoying as I want it to run all the time and not require me to log on every day to manually refresh it.
It is hosted with Heroku if that helps.
Heroku dynos restart one or few times in a day, that's how Heroku's free hosting works. If you lose your reactions use Data base as jonrsharpe said. The easiest to use is MongoDB and there is a lot of tutorials on how to make a reaction role system with it, hope my answer helped!

Username and password not accepted after period of time

I apologize in advance for the question since it is very general and unspecific.But I dont have any idea where to start.
I have a MEAN Stack application which is deployed with heroku, and passport js for the authentication.
There are currently 3 User Accounts that use the application on a regular basis. Each Users also uses the application on multiple Computers.
The Problem is that after an unspecific time (between 1 week and 4 weeks) the passwords for all accounts are not working anymore.
To solve the problem I have to deploy the application again to heroku.
After the deployment everything works as usual.
Any suggestions on where to start looking for the problem would be appreciated.

Using Heroku for production

This help site (http://www.howtoinstallghost.com/how-to-install-ghost-on-heroku/) says that "Heroku should not be used for production!". What could the possible reasons for them saying this be?
I just want to set up a simple blog.
Thank you in advance.
From the same page;
Why do you only recommend Heroku for testing?
If you upload any images to your Ghost blog hosted on Heroku they will eventually be lost because of the ephemeral filesystem. There is no warning about this so we do not currently recommend anybody to use Heroku.
In other words, since any files you write to the file system at Heroku may go away at any time (and is not shared between instances of the blog if you try to scale out), you may lose all uploaded pictures at any time (once a month/once a minute, who knows) and need to upload them again.

Resources