Message Boards

Using Liferay 7.3.5 GA6 with F12 Dev-Tools

thumbnail
Fredi B, modified 3 Years ago.

Using Liferay 7.3.5 GA6 with F12 Dev-Tools

Junior Member Posts: 69 Join Date: 4/1/20 Recent Posts

There sadly is some weird behaviour when using Liferay 7.3.5 GA6 with F12-Dev-Tools from Chrome open.

On every page request there is a really ugly notification that the URL could not be found. 

Altough the page exists and is loaded with that notification. 

German Example: 

<div class="container pb-3 pt-3">

		<h3 class="alert alert-danger">
			Nicht gefunden
		</h3>

		Die angeforderte Ressource konnte nicht gefunden werden.

		<br><br>

		<code class="lfr-url-error">http://localhost:8080/web/guest/welcome</code>
	
	
<div class="separator"><!-- --></div>

<a href="javascript:history.go(-1);">« Zurück</a>

	</div>

Anyone else noticed that behaviour and maybe got a solution for this?