The module doesn't correctly work with domains with a custom HTTP port

Created on 28 August 2023, 10 months ago
Updated 8 November 2023, 8 months ago

The cause of the problem is:
Domain's records are kept in configs with port numbers, like "mysite.ddev.site:880". But the method "getHost()" returns only the domain, without the port number. So we don't have a result in the method "loadByHostname()" from the "DomainNegotiator.php" class.
We should use the "getHttpHost()" method instead.

πŸ› Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine Skymen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024