akhilrex / hammond

Self hosted vehicle and expense management system. Like Clarkson, but better
GNU Affero General Public License v3.0
550 stars 50 forks source link

Necessary to specify the domain? #95

Closed 2600box closed 2 years ago

2600box commented 2 years ago

Hammond on docker works fine with http://10.0.0.10:5000 but if I used https://hammond.domain.com I get the login page, and when I log in it says 404 error.

Does the domain address need to configured in a variable for Hammond? I commonly do this for other containers, but could not find a reference here.

In the log I get this error:

Error #01: token contains an invalid number of segments

Thank