Replies: 2 comments
-
Thank you for bringing it to our attention. We'll try to repro and get back to you asap. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, but I can't reproduce it. If I run the command like you mentioned, my package gets correctly added to the specified site collection app catalog. Could you please verify that the URL of your site is correct? I see you're using variables. Could you please double check that they are correctly resolved? You can get a detailed information into the request executed by CLI by adding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add/deploy web part to site collection app catalog but the command below add web part to tenant app catalog
o365 spo app add -p c:/projects/sp-fx-devops.sppkg --appCatalogUrl https://$(tenant).sharepoint.com/sites/QI/$(catalogsite) --scope sitecollection
Even if I clearly specify the URL of my site collection app catalog it still add webpart to tenant app catalog
Beta Was this translation helpful? Give feedback.
All reactions