Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
- SPFx version 1.24.0-beta.2
- Node.js version 22.14.0
Describe the bug / error
I am developing an SPFx Copilot Component and experiencing an issue where the component fails to load inside Microsoft 365 Copilot.
The UI displays the following message:
While investigating the browser network trace, I noticed that the following REST API calls are returning 403 Forbidden:
/_api/contextinfo
/_api/web/GetClientSideComponents
Steps to reproduce
- Deploy an SPFx Copilot Component to SharePoint Online.
- Open the agent/component inside Copilot.
- Observe that the component fails to load.
- Check browser Developer Tools → Network tab.
- Notice 403 responses from the REST endpoints listed above.
Expected behavior
The SPFx Copilot Component should load successfully within Microsoft 365 Copilot,
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
I am developing an SPFx Copilot Component and experiencing an issue where the component fails to load inside Microsoft 365 Copilot.
The UI displays the following message:
While investigating the browser network trace, I noticed that the following REST API calls are returning 403 Forbidden:
/_api/contextinfo/_api/web/GetClientSideComponentsSteps to reproduce
Expected behavior
The SPFx Copilot Component should load successfully within Microsoft 365 Copilot,