This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Generate new WebClient Url

Hello,

I am trying to rebuild the WebClient links for the new vNext WebClient.

I tried to convert the following link:
Old Client: http://localhost/Default.aspx?#DC80880F-6D31-4575-B9AA-9FD505919ED5/object/0/203/latest

New Client: http://localhost/vnext/#/vault/{DC80880F-6D31-4575-B9AA-9FD505919ED5}/object/0/203/latest

But an error message comes up that the object was not found.

When I generate a link from the client, the Guid of the object is used as the link:

localhost/


Is there currently no way to include the object type and objectid in the url?

Regards