-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[desktop-viewer] stuck loading while fetching imodels #336
Comments
sorry ,in desktop-viewer-test project. |
Hi! Have you inspected the network tab? Are the requests to |
Hi,And, when i run |
H i,yes ,the status is 200 |
Hi, to clarify, does the iModels page keep loading when attempting to access a specific iTwin's iModels via the 'downloads' option? |
Hi , no, imodels keep loading. I can't see |
Hi, I'm having trouble recreating this. When running npm start from the Could you post your console out? Its possible something is occurring during App.tsx initialization |
Hi, Do you mean these ? One is backend console out ,the other is frontend console out
|
Yes, those were the consoles I was referring to, thanks |
I believe I have recreated the issue. A function seems to be aborting the imodels api calls before they can fully resolve. It seems possible that when you use Could you take a screenshot of your network tab while searching for |
A potential solution: At lines 31 and 33 in Try removing that wrapper, then rebuild and attempt the api call again. |
Hi,it worked. Thank you very much. By the way , Would it fix in Viewer's next version ?
|
Yes, this will be resolved in the next version. Thanks for reporting the issue! |
in desktop-viewer-react project, when i use
npm start
, the imodels page keeps loading. when i useserve -s ./build
,the imodels page can load normally. why?The text was updated successfully, but these errors were encountered: