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
When custom_base_url is set everything works except for home page. If I go to https://my.example.com/custombaseurl it would get redirected to https://my.example.com/ and then it will loop again and again. This doesn't happen if I go to https://my.example.com/custombaseurl/home
Home page configuration is default:
home:
alias: /home
hide_in_urls: false
The text was updated successfully, but these errors were encountered:
When
custom_base_url
is set everything works except for home page. If I go tohttps://my.example.com/custombaseurl
it would get redirected tohttps://my.example.com/
and then it will loop again and again. This doesn't happen if I go tohttps://my.example.com/custombaseurl/home
Home page configuration is default:
The text was updated successfully, but these errors were encountered: