bilde2910 / Hauk

Open-source realtime location sharing
Apache License 2.0
589 stars 59 forks source link

Wrong server name is used #201

Closed Dezorian closed 1 year ago

Dezorian commented 1 year ago

I've setup my self hosted instance and changed SSL certificates to a different domain name. Sharing the location works but when sharing the old domain name is being used instead of the name that I've setup in the app configuration. I've already rebooten my android phone, reinstalled and removed app cache and data. But still when sharing the old domain name is being used. When I manually change the domain name to the new one, it just works. But the sharing mechanism seems to get a different domain somehow.

licaon-kter commented 1 year ago

You've changed this too? https://github.com/bilde2910/Hauk/blob/master/backend-php/include/config-sample.php#L278

Dezorian commented 1 year ago

Totally forgot about that. Thanks! Instant fix.