The viewer v7 uses https://developer-dev.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest instead of https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/manifest which seems to prevent the viewer from getting the manifest data. The developer-dev host answers with:
{
"developerMessage": "The token has expired or is invalid",
"moreInfo": "https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/error_handling/",
"errorCode": "AUTH-006"
}
The same token works for the developer host just fine.
Does anyone know why the token only works for the developer host or why the viewer uses the developer-dev host instead of the developer host?