Fix base_url configuration to include port 5001
- Set base_url to http://localhost:5001 in system.yaml - Prevents admin panel form submissions from dropping port number - Clears cache and restarts container to apply changes 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
@@ -3,6 +3,8 @@ absolute_urls: false
|
|||||||
home:
|
home:
|
||||||
alias: '/home'
|
alias: '/home'
|
||||||
|
|
||||||
|
base_url: 'http://localhost:5001'
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
theme: quark
|
theme: quark
|
||||||
markdown:
|
markdown:
|
||||||
|
|||||||
Reference in New Issue
Block a user