texm / shokku

a web interface for Dokku
https://shokku.dev
GNU Affero General Public License v3.0
109 stars 7 forks source link

Username / Password -> success but not logging in #19

Open dewey opened 4 months ago

dewey commented 4 months ago

Hey, I just set up dokku and shokku on a brand new Ubuntu server. My first stumbling block was that I couldn't access the web interface as it doesn't have a port set. I then ran dokku ports:add shokku http:5000:5000 which made it possible to access it over the network (Maybe something that could be added to the README)

I then typed in the setup key and selected Username / Password with no TOTP as the login method.

I set up a username (not the default admin name) / password, after saving I was redirected to the login screen and typed in the username / password but nothing happened. In the network inspector I could see that the login method returned "success: true".

I tested this in Safari, Firefox and Chrome so it doesn't seem to be a browser issue.

Any ideas what's going wrong there?

Alispezzate commented 3 months ago

Have you configured http and let's encrypt on shokku?