You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this issue while trying to access a page from the page tree. My server is configured to listen to port 8081. I run 3.0.33 devns. Please take a look. Thanks!
The text was updated successfully, but these errors were encountered:
It should just use a path type URL without scheme, port, etc., unless it has to switch scheme in order to execute the view (i.e. going from http to https or the opposite). If that's the case, double check that your hostname with port is present in your /site/config.php $config->httpHosts setting, i.e.
$config->httpHosts = ['localhost:8081'];
Let me know if you find it's still not showing the right URL? Thanks.
I noticed this issue while trying to access a page from the page tree. My server is configured to listen to port 8081. I run 3.0.33 devns. Please take a look. Thanks!
The text was updated successfully, but these errors were encountered: