Default username/password does not fit to .jar deploy #4552
-
Hi everyone! I am trying to deploy Dependency Track as a systemd service. And everything seems cool (my service is up and running and I have access to http://10.10.110.110:9090) except I cannot login via Frontend with default creds (admin/admin) even for the very first time.
DB is standalone PostgreSQL Server
After attempt to login I can see following record in syslog on Dependency-Track API Server
In my browser I am getting I have found pretty much similar issue but unfortunately couldn't get the workaround My question is what am I doing wrong? PS I extended a little bit deploy options and tried to start Dependency Track using Docker compose method. To make that approach even less alike than my goal deploy I used H2 DB instead of PostgreSQL. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After all it turns out a CORS issue. As soon as I set up normal domain names for both front and back everything worked just like it supposed to work. |
Beta Was this translation helpful? Give feedback.
After all it turns out a CORS issue. As soon as I set up normal domain names for both front and back everything worked just like it supposed to work.
Thanks everyone!