I have a master detail ui5 application. SplitApp
The application works fine when its loaded on home page,
but when i try to load an item with specific ID in the URL (ex:00205) the request fails:
http://localhost:4004/myapp/webapp/index.html#/Items/00205 Request failed with status code 404:<br>
it seems that the data is not being synced when loading on specific item.
What is the best practice for loading item from the url?