Replies: 5 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
if you regenerating the project or restarting the project make sure you drop all the previous database table from postgres data in the docker. it's really hidden in the docker. here's what i did solve the issue using this stackoverflow method |
Beta Was this translation helpful? Give feedback.
-
@MeGilles , my project name is mytestapp, so I run |
Beta Was this translation helpful? Give feedback.
-
In my case, even after brutally remove everything Docker related, back-end login at localhost:80 was still not working. Only after running the front-end (as suggested in #339 ) with Is this normal behavior or am I missing something about the back-end login? |
Beta Was this translation helpful? Give feedback.
-
My problem was that I was developing on a remote server with no domain so I needed to add the public IP address to the hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After launching the template, I get an "invalid username or password" message after copying the same credentials present in the config file. I have tried deleting and recreating the project I'm not sure why the supplied credentials are failing. Is having SMTP enabled a requirement or no? I am in the process of setting a MailGun domain to handle email.
Beta Was this translation helpful? Give feedback.
All reactions