Forum Discussion
Mykie
Sep 07, 2020Copper Contributor
SharePoint Framework webpart error: applicationFailedToInitializeError
Hi, I'm new in SharePoint Framework webpart development and I have an error If I deploy the new webpart to the SharePoint Online and add the webpart to the page. (If I debug the webpart its work goo...
Marc_Jonas
Sep 09, 2020Copper Contributor
Mykie Hi,
did you use the --ship parameter to build your spkgg package? if not, the uploaded webpart starts and waits for the local server to serve the code.
- MykieSep 09, 2020Copper Contributor
Hi Marc_Jonas ,
in other forum I got the solution, I dind't set isDomainIsolates to false, this parameter solved my problem. Thanks for your reply.