There must be a way to deep link a page in library .E.G for a book link https://nawishta.netlify.app/books/87/chapters is not able to be navigated if the selected library by user is different.
We can make the entire site to work like https://nawishta.netlify.app/library/:libraryIdbooks/...subresource. It will make it able to link any object with any page
Alternatively, we can use deep linking with page like https://nawishta.netlify.app/library/43/books/87/chapters setting the selected library to be 43 and redirect to https://nawishta.netlify.app/books/87/chapters
There must be a way to deep link a page in library .E.G for a book link
https://nawishta.netlify.app/books/87/chaptersis not able to be navigated if the selected library by user is different.We can make the entire site to work like
https://nawishta.netlify.app/library/:libraryIdbooks/...subresource. It will make it able to link any object with any pageAlternatively, we can use deep linking with page like
https://nawishta.netlify.app/library/43/books/87/chapterssetting the selected library to be 43 and redirect tohttps://nawishta.netlify.app/books/87/chapters