Questions tagged [spfx]
General technical questions about the SharePoint Framework client-side development model.
2,028 questions
2
votes
1
answer
159
views
The SPFX apps have stopped working as of today
The SPFX apps have stopped working as of today.
Both the Teams app and the browser are not working.
Three apps that were previously functioning are no longer working.
The following message is ...
-1
votes
0
answers
21
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 ...
1
vote
0
answers
15
views
AI-based Post Sorting
I have developed a Post and Comment module inside SPFx. where i have 3 SharePoint lists that are connected to each other using lookup fields::-
Posts
Comments
Reaction
here is the SPFX, with 2 posts ...
2
votes
1
answer
50
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(): ...
3
votes
1
answer
105
views
Not seeing local version of spfx webpart on workbench
I'm developing a custom spfx webpart in our SharePoint online site. I have created the first version of it and deployed it to the app catalog on our site (this is how our enterprise tenant is ...
0
votes
0
answers
30
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
2
answers
42
views
Retrieving Lookup Fields from a Sharepoint List Via SPFx SPHttpClient
I just want to retrieve the text value of 3 fields, those fields are lookup results. The internalfield names are:
The main one: Field=InvoiceNachschlagen_x0040_
The first one: Field=...
0
votes
1
answer
23
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
Gulp serve spfx form customizer into SP UI classic experience modal cialog
Due to no existence of Dev Tenant I want to test how the custom SPFX form rendered in a dialog of Document Library at all Items (classic experience). (it requires 'check in' so after the uploading of ...
0
votes
0
answers
12
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 ...
1
vote
1
answer
100
views
SPFx unable to use .env for environment variables- process is not defined
I am having a major headache trying to use variables in a SPFx project using a .env file and referencing them using propcess.env.varaiblename. I was having no issues at all with an older version of ...
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...
0
votes
1
answer
131
views
SPFx Gulp Build not generating manifests.js
I am struggling to find a solution for this and would greatly appreciate any help.
I am using SPFx to create a new package a build it with gulp but the manifests file is not being generated. I have ...
1
vote
1
answer
158
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 ...
0
votes
1
answer
84
views
SPFx Webpart - not picking up any styles
I've just upgraded to the latest version of SPFx and when I build a project using yo it all works as expected (no errors), except it doesn't apply any of the styles. I've tried creating multiple ...