We have changed the Viewer option from {env: 'AutodeskProduction', API: 'derivativeV2' } to {env: 'AutodeskProduction2', API: 'streamingV2' } to load dbIds which will match with model derivative API ObjectId. It was working fine with the previous viewer options.
But with this new change, we are facing a bug that only one viewer is working at one time. Sometimes only the 3d viewer is working and getting Network problem messages in the 2d viewer. And sometimes 2d viewer is loading and gets an Access error in the 3d Viewer.
I have checked every combination, only it is failing in StremingV2 and AutodeskProduction2.
I have tested initializing both viewers separately and also loading both viewers with one Initialization. But it didn't solve the problem.