Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- browser version
- SPFx version 1.20.0
- Node.js version 18.20.6
- "@microsoft/decorators": "1.20.0",
"@microsoft/sp-core-library": "1.20.0",
"@microsoft/sp-dialog": "1.20.0",
"@microsoft/sp-listview-extensibility": "1.20.0", - "@microsoft/eslint-config-spfx": "1.20.2",
"@microsoft/eslint-plugin-spfx": "1.20.2",
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
"@microsoft/sp-build-web": "1.20.2",
"@microsoft/sp-module-interfaces": "1.20.2",
"@rushstack/eslint-config": "4.0.1",
"@types/webpack-env": "~1.15.2",
"ajv": "^8.17.1",
"eslint": "8.57.0",
"gulp": "4.0.2",
"typescript": "4.7.4"
Describe the bug / error
I build a default command set view extension using yo @microsoft/sharepoint. after it is finished I run gulp serve -nobrowser.
Copy the URL to a doc lib and append ?debug=true&noredir=true&debugManifestsFile=https%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests%2Ejs
nothing
Copy the URL to a list and append ?debug=true&noredir=true&debugManifestsFile=https%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests%2Ejs
nothing
change RegistrationId to 101 under elements.xml. Close down gulp serve and rerun it. Do the same again on both locations nothing.
the only thing that pops up is this:
I have this in the code:
public onInit(): Promise<void> {
Log.info(LOG_SOURCE, 'Initialized TestCommandSet');
console.log('Initialized TestCommandSet');
but this message does not appear in the console log
Is there something I'm missing here?
Steps to reproduce
- yo @microsoft/sharepoint
- Create command set list extension
- npm install ajv@latest --save-dev (see my other bug report Error: Cannot find module 'ajv/dist/core' #10105)
- gulp serve
- Append URL to list or doc lib
Expected behavior
To see the command buttons