Open
Description
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [3.17.0]
Expected / Desired Behavior / Question
I have an organization assets library on the root site of my tenant.
I use the FilePicker component to browse inside this specific library via the relevant option.
Observed Behavior
When I select my organization assets library on root site, I have an infinite loading:
(sorry for the french texts).
I think this is because of this following request to get the items of my library:
https://***.sharepoint.com/sites/my-site/_api/SP.List.GetListDataAsStream?listFullUrl=%27https://***.sharepoint.com//%27&RootFolder=/Org%20Assets
We can see a double slash after .sharepoint.com: //
Steps to Reproduce
- In PowerShell, specify an organization assets library located on the root site of the tenant
- Add a FilePicker component to your webpart
- Browse inside the option "Your organization" (as I am french, I don't know the correct translated text for the option).