SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 991 forks source link

Add more clear instructions on serving the ACE in the workbench #7313

Open rabwill opened 2 years ago

rabwill commented 2 years ago

Add more clear instructions on serving the ACE in the workbench

I ran gulp serve -l --nobrowser command as per instruction but did not get my webpart to show up in https://{tenant}.sharepoint.com/_layouts/15/workbench.aspx I had to manually open https://localhost:4321 and accept to proceed in my browser. Once this was done, the webpart showed up in the list of webparts in the local webserver. This needs to be captured in the document.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 2 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

waldekmastykarz commented 2 years ago

Have you trusted the dev certificate as mentioned in the setup instructions?

rabwill commented 2 years ago

@waldekmastykarz that makes sense with the assumption that the developer started this journey from https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/overview-viva-connections If they come to page https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension to Build your first SharePoint Adaptive Card Extension would this be the case assuming that those folks are new to this? I felt like had to jump to three links before I could start. Would it help if we give minimum perquisites.

waldekmastykarz commented 2 years ago

Good idea! What if linked to the existing setup steps and prerequisites so that we can keep them in one place and when they change we'd update them consistently throughout the docs?