Kkula
Browse Questions » Industrial Edge: Ui From the app has been moved up

About User

Questions Asked: 37.9K

Answers Given: 32

0
  • Open

Industrial Edge: Ui From the app has been moved up

UPDATE: I have now solved the problem. Unfortunately, I cannot say exactly what caused it, as I did several things at once before uploading the app to the Industrial Edge again.
1.) The first thing I did was update Docker to the latest version, which had been available for a few days
2.) then I increased the memory limit in the Docker-compose to 500 MB
3.) and lastly I assigned a new tag (testapp:dev -> testapp:1.0.5) and then executed the command "docker-compose build" again
After following these three steps, I uploaded the app again and now it works. The only weird thing is that the UI of the app has been moved up and I don't know why either. (Picture attached) Since I don't have a ScrollBar, I unfortunately can't see half of the app.
Maybe someone has an idea again?
Best regards!
------------------------------------------------------------------------------------------
Split from
IE App does not start although it is running
.

0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

Issue Resolution & UI Shift - Industrial Edge Application

It's great to hear you've resolved the application startup issue! While the root cause remains unclear due to simultaneous changes, the combination of updating Docker, increasing memory allocation, and re-tagging/rebuilding likely addressed the problem.

Regarding the UI shift and missing scrollbar, this is an unexpected side effect. It suggests a potential rendering issue introduced by one of the changes.

Here are some things to investigate:

  • CSS/Layout Changes: Review your application's CSS and layout files. The Docker update or rebuild process could have inadvertently altered these.
  • Browser Compatibility: Ensure your application's UI is compatible with the browser used within the Industrial Edge environment.
  • Docker Image Build Process: Examine the Dockerfile for any changes that might influence UI rendering.

For further assistance with the UI issue, please consider searching the Siemens Support Portal for similar cases or opening a new support request with detailed information about your application and environment. Specifically search for "Industrial Edge UI rendering issues".

0