Liferay 7 Cancel button not working while adding user/group/role

thumbnail
Ramalingaiah. D, modified 7 Years ago. Expert Posts: 489 Join Date: 8/16/14 Recent Posts

Hi,

In my liferay 7 application, I adding user/group/role   . The buttons  Whenever I click on that button, it is not redirecting and also there is no error in browser console. I can't figure out the problem.

redirect.url.security.mode=domain
redirect.url.domains.allowed=mydomain.com.br
redirect.url.ips.allowed
direct.url.ips.allowed=server ip address,127.0.0.1
redirect.url.domains.allowed=i added public IP 

after i added above links in portal-ext.properties file inside  localhost:8080 working fine.
Cancel button not  working with   public IP  link 

Please help me out.

i following link https://community.liferay.com/forums/-/message_boards/message/84001414

thumbnail
Minhchau Dang, modified 7 Years ago. Liferay Master Posts: 598 Join Date: 10/22/07 Recent Posts
Ramalingaiah. D:
redirect.url.security.mode=domain
redirect.url.domains.allowed=mydomain.com.br
redirect.url.ips.allowed=server ip address,127.0.0.1
redirect.url.domains.allowed=i added public IP 

after i added above links in portal-ext.properties file inside  localhost:8080 working fine.
Cancel button not  working with   public IP  link 

You cannot list the same portal property twice within the same file. You'll need to combine the two separate instances of redirect.url.domains.allowed into one.

thumbnail
Ramalingaiah. D, modified 7 Years ago. Expert Posts: 489 Join Date: 8/16/14 Recent Posts

Hi Minhchau,

 

it is working fine 

thank you so mach