Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Web Content Creation on Liferay 7.2 DXP: back and cancel buttons disabl
Alessandro Candini, modified 4 Years ago.
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.
Alessandro Candini, modified 4 Years ago.
Liferay Legend
Posts: 1555
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.
Alessandro Candini, modified 4 Years ago.
Regular Member
Posts: 130
Join Date: 10/17/15
Recent Posts
Yeah, solved instantly with that configuration!!!
Thanks a lot, Christoph!