You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t = v1.Team.where(Name=name).first()
r = t.Rooms[0]
r.url
This url points to /assetdetail.v1?oid=TeamRoom%3A333 which redirects to TeamRoom.mvc/Summary?oidToken=TeamRoom%3A333 which is a 404
It should be more like TeamRoom.mvc/Show/333
This may need to be solved in the V1 web app itself.
The text was updated successfully, but these errors were encountered:
t = v1.Team.where(Name=name).first()
r = t.Rooms[0]
r.url
This url points to /assetdetail.v1?oid=TeamRoom%3A333 which redirects to TeamRoom.mvc/Summary?oidToken=TeamRoom%3A333 which is a 404
It should be more like TeamRoom.mvc/Show/333
This may need to be solved in the V1 web app itself.
The text was updated successfully, but these errors were encountered: