Warning message in Servoy 8.2.1

Hello I keep on getting the below warning message every time I load my login screen which includes some images and media file.

WARN com.servoy.j2db.util.Debug - Invalid media value received: , cannot resolve it.

Is there any way I can find out what is causing this warning message?

Does anyone knows about this error ? How do I resolve it ? Even though I get this error in Servoy console, I could still load my images and also I cannot see any error in my browser console.

Somewhere in your solution you use media with a value of “” - so empty string. That would generate that error message (the media being accessed would be between the ": " and the “,” in that message).

This was the issue indeed thanks

Hello Andrei ,

Yes it was the issue in our components and it was because we were using default:“” in media.Removing it solved the issue.

Thank you