-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newly created webpart not visible in teams App.. #12130
Comments
Hi @devanihiren, thanks for reporting issue to us. You could try our Teams Toolkit VS Code extension to create a SPFx project where you don't need to manually configure Teams manifest file. |
Hi @devanihiren, do you still have the issue with Teams Toolkit? Any updates? |
Solved ..Without Teams Toolkit |
@devanihiren Glad to hear that, but still I strongly suggest you to try Teams Toolkit where you can focus on your app and Teams Toolkit will handle other things for you. |
Yes , Right , But i am working in AWS Workspace where i am not able to login in Teams Toolkit. That's why i am managing manually. |
I am creating webpart using below command
yo @microsoft/sharepoint --skip-install true --component-type webpart --component-name spo --skip-feature-deployment true --is-domain-isolated false
webpart created successfull.
Now added tab to the manifest.json file with the newly created webpart id.
Using below command to build project :
gulp clean
gulp bundle --ship
gulp package-solution --ship
Then manually uploading new .sppkg to the App catalog and override existing .sppkg
Now i can not see newly created Tab to the Team App.
Also same webpart visible in Sharepoint Site.
How to Fix this issue?how to manually upload with new Tabs in Teams
The text was updated successfully, but these errors were encountered: