Questions tagged [spfx]
General technical questions about the SharePoint Framework client-side development model.
2,028 questions
0 votes
1 answer
32 views
Library-linked webpart solution
Current Situation I have a document library that uses the Classic experience. This is necessary because the page includes a custom webpart that displays buttons based on the current user’s permissions ...
-1 votes
0 answers
22 views
Multi-Tenant SPFx App Not Visible in Secondary Tenant Sites
We’ve developed a multi-tenant SharePoint Framework (SPFx) app that includes a File Handler component and supports Azure AD Multiple Organizations. The app is successfully visible in My Apps of a ...
2 votes
1 answer
57 views
Error in SPFx webpart when an external user accesses from their mobile device
I've developed an SPFx web part that only fails with external users and when they use a mobile version. I've been removing parts until it practically only displays a string. public async render(): ...
0 votes
0 answers
35 views
Gulp serve not working for spfx 1.21.1
After upgrading an spfx project (customizer and webpart) from spfx 1.18.2 to 1.21.1 and using node v18, the solution builds and can be deployed, but if i use fiddler and point to the output of "...
0 votes
1 answer
24 views
Unexpected search returned results when including dots in the query
I'm trying to write SP search query to get all records where a specific column starts with 1.4.. so it should get me all records similar to: 1.4 1.4.1 1.4.5 1.4.2 1.4.2.22 and so on.. if I do this ...
0 votes
0 answers
16 views
Accessing endpoints published to Entra Application Proxy from SPFx
We have an on-premises web service (hosted in IIS) published through Entra Application Proxy. When attempting to access the published endpoints from a SharePoint (SPFx) web part, we encounter CORS ...
0 votes
0 answers
24 views
RichText editor pnp font size
Does anyone know how to set default font Size on RichText pnp spfx component ? The default is 18px for some reason...
1 vote
1 answer
171 views
Site Collection App Catalog Deployment Issue
I created a SharePoint site and then I had an admin add a site collection app catalog added to it. I have site collection admin permissions in this site. I can upload SPFx packages to the site ...