Replies: 1 comment 2 replies
-
Hi, This can be safely ignored. The property-grid is making requests to an internal service, product-settings-service, that the viewer doesn't have proper access to. This will be fixed in a future release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I select an object in iTwin viewer (created using react template), iTwin seems to generate the following GET request (7- 8 times), all of them returning 403 error. Each request takes 3-4 secs adding to about 20+ sec delay before the object is selected/highlighted.
Earlier during startup, there a (seemingly related) PUT request also (below) which also returns 403 error.
Can you please let me know how I can stop iTwin to generate this request.
Thank you,
Ovais
GET https://api.bentley.com/productsettings/v1.0/Application/3098/User/Setting?$filter=namespace+eq+%27imodeljs.presentation%27+and+name+eq+%27FavoriteProperties%27 403 client.js:890
push../node_modules/superagent/lib/client.js.Request._end | @ | client.js:890
push../node_modules/superagent/lib/client.js.Request.end | @ | client.js:744
(anonymous) | @ | request-base.js:266
push../node_modules/superagent/lib/request-base.js.RequestBase.then | @ | request-base.js:248
=====The following (related?) request is generated during startup ======================
PUT https://api.bentley.com/productsettings/v1.0/Application/3098/User/Setting/ItwinViewer-SelectionScope/SelectionScope 403
Beta Was this translation helpful? Give feedback.
All reactions