Hello, I am working on a Vue frontend rewrite and I encountered an issue.
- I create a new page Baz
- I open the /dwapi/docs to make a request to the navigations endpoint
- This is my result
{ "PageId": 3051, "Name": "Baz", "Link": "Default.aspx?ID=3051&DIDNOTRESOLVE=TRUE&", "Level": 1, "IsClickable": true, "Nodes": [] }
- This is my result
- I make the exact same request straight away
- This is my result
{ "PageId": 3051, "Name": "Baz", "Link": "/ellingsen/baz", "Level": 1, "IsClickable": true, "Nodes": [] }
- This is my result
This is causing issues since I am using these links to build my client side router. I am currently using DW 9.10.5.
Regards.
Unnsteinn Garðarsson