RE: Unexplained "alertContainer" popping up while navigating on site as gu

Manuel Castro, modified 4 Years ago. New Member Posts: 9 Join Date: 6/3/20 Recent Posts

Hi all,

We have a very strange situation with 7.2.1 CE GA2. We have a public website with a custom theme and whenever we navigate o a page we're getting an error message saying the request was unsuccesful. But we have no request on the page - just normal CMS pages. 

We have no errors on catalina.out and no errors on the browser javascript or network console.

Any ideas? 

Thanks

thumbnail
Christoph Rabel, modified 4 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts

Could be a bug, but it is hard to say.

You could try to disable the SPA feature by adding the following line to portal-ext.properties

javascript.single.page.application.enabled = false

I have no idea if that helps, but you could try it.

Manuel Castro, modified 4 Years ago. New Member Posts: 9 Join Date: 6/3/20 Recent Posts

We hid it with CSS. But will try your solution too. Thanks Christoph!