30-03-26 04:15 AM
Not every time but sometimes launch a web-based application, the home page cannot be loaded, the web page keeps as a blank page always. Until remote access this resource, the page then loaded.
What about this problem? How can I get it fixed? thank!
Answered! Go to Answer.
30-03-26 06:43 AM
Hi @EricLi,
This is likely a Session Rendering issue. When no one is logged in via RDP, Windows may not initialise the graphics engine, leaving the browser unable to draw the page.
Disable GPU: Add --disable-gpu and --disable-software-rasterizer to the Arguments field in your Application Modeller.
Active Session: Use Blue Prism Login Agent to ensure a Windows desktop is unlocked and active before the process starts.
30-03-26 06:43 AM
Hi @EricLi,
This is likely a Session Rendering issue. When no one is logged in via RDP, Windows may not initialise the graphics engine, leaving the browser unable to draw the page.
Disable GPU: Add --disable-gpu and --disable-software-rasterizer to the Arguments field in your Application Modeller.
Active Session: Use Blue Prism Login Agent to ensure a Windows desktop is unlocked and active before the process starts.
30-03-26 12:21 PM
can you please share the application modeler screenshot.
02-04-26 04:04 AM
@SouravSaha than you! Your advice works for me.