Message Boards

Web Content Creation on Liferay 7.2 DXP: back and cancel buttons disabled

thumbnail
Alessandro Candini, modified 3 Years ago.

Web Content Creation on Liferay 7.2 DXP: back and cancel buttons disabled

Regular Member Posts: 130 Join Date: 10/17/15 Recent Posts

Hi everyone, I've this issue: when I create a custom web content, I cannot use back and cancel buttons because they're disabled:

Any idea on how to solve this? Is it maybe a permission issue?

Thank you.

thumbnail
Christoph Rabel, modified 3 Years ago.

RE: Web Content Creation on Liferay 7.2 DXP: back and cancel buttons disabl (Answer)

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts

I think, you hit a security issue here. Liferay forbids redirects to unknown domains.

You need to add the following settings to your portal-ext properties file.

redirect.url.security.mode=domain
redirect.url.domains.allowed=*.test.com, host.otherdomain.com

The values are just examples, you need to insert your domains here.

thumbnail
Alessandro Candini, modified 3 Years ago.

RE: Web Content Creation on Liferay 7.2 DXP: back and cancel buttons disabl

Regular Member Posts: 130 Join Date: 10/17/15 Recent Posts

Yeah, solved instantly with that configuration!!!

Thanks a lot, Christoph!