yann-yinn / adonis-starter

A Node.js / TypeScript / Postgres starter with ready-to-use users management (register, login, forgot password etc) to focus on building your new ideas. Built upon the excellent AdonisJS MVC Framework.
71 stars 15 forks source link

Problem with a timed logout #25

Open WebShapedBiz opened 2 years ago

WebShapedBiz commented 2 years ago

Hi.

First, thank you for this starter, it is very easy and straightforward to start a new project. My problem is with timed logout. Each time when the app logs me out, I'm presented with the login form which for some reason is not working. After submitting all credentials the page starts to load endlessly. The fix is quite simple, just refresh the login page before entering the credentials or while it's endlessly loading and repeat login submission.

Here is my screenshot of the terminal with the visible error message: Slika zaslona s 2022-05-26 16-30-42

I'm using elementaryOS 6.1 Linux, an Ubuntu 20.04-based distro.

Thank you again for your time and effort in putting this gem together.

Cheers.