필터 지우기
필터 지우기

MATLAB Web App does not load when it comes to hosting

조회 수: 7 (최근 30일)
SungMoon Lee
SungMoon Lee 2023년 5월 2일
댓글: Eric Delgado 2024년 5월 2일
Hi,
I have truoble loading my web app on my web app homepage.
Other open-source web app example (mortgage calculator) does work well on the web app server,
but the one that I made on web app homepage does not finish loading, after I clicked on homepage.
Does anyone know some possible causes of this infinite loading error?
Thank you for reading.
  댓글 수: 5
SungMoon Lee
SungMoon Lee 2023년 5월 8일
Thank you for the reply!
I updated my MATLAB to R2023a ver. as you suggested, but the loading problem is not solved yet.
I guess there's might be a trouble making component in my app, so I gotta do some test about it.
SungMoon Lee
SungMoon Lee 2023년 5월 8일
I just found out that the app works well on server when I excluded the 'Tree Checkbox' material.
It's strange as the tree checkbox option is an elemantal component of app designer.

댓글을 달려면 로그인하십시오.

채택된 답변

SungMoon Lee
SungMoon Lee 2023년 5월 16일
I just found out that the app works well on server when I excluded the 'Tree Checkbox' material.
It's strange as the tree checkbox option is an elemantal component of app designer.
  댓글 수: 1
Eric Delgado
Eric Delgado 2024년 5월 2일
Hey @SungMoon Lee, it sounds like a Matlab WebServer bug! Have you reported it to Mathworks? I noticed this bug as well, and my approach was to incorporate a uihtml object into the app. Through this object, I remove the WebServer's progress dialog.
window.parent.parent.document.getElementsByClassName("mw-busyIndicator")[0].remove();

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Security에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by