I am trying to change my site uid(mangou-uk to mg-uk) in hybris. I changed in hmc but getting 400 error when I click on homepage category links and also in some other pages. What are the steps to follow to change site uid in hybris. Can anyone help me on this please.
相关问题
- How to invoke Ant in a Jenkins Groovy Pipeline
- Correct locale for Indonesia( “id_ID” Vs “in_ID” )
- What is recipe in SAP Hybris?
- HYBRIS - How components and slots work in JSP file
- How to get config data from local.properties to im
相关文章
- HYBRIS - How components and slots work in JSP file
- How to get config data from local.properties to im
- hybris - Which Spring Controller is serving my req
- How could I reduce the Hybris server startup time?
- Hybris MediaModel how to get Bytes
- Change date format in DTO JSON on returning throug
- Hybris: how to schedule cornjob to work from 7am t
- Hybris addons install / uninstall / concept [close
Did you also adjust the "URL Patterns" accordingly in the hmc?
It's under
WCMS
->Websites
in the hmc. For your website you will have to adjust the URL Patterns (in theConfiguration
section) . At least you have to do that in case you use the?site=SITEID
parameter approach.Now its working fine.
Have you also changed the below properties in your local.properties file?
If you change your site uid from
mangou-uk
tomg-uk
then you would also need to amend these properties accordingly, e.g.:(the URL's might be different of course depending on your environment)
Have you restarted Hybris ? Usually this is cached in your session by the DefaultUrlEncoderFacade so most likely a restart would be enough.
Or try to delete and recreate the storeFront url Encoding Attribute from the HMC if you can't restart.