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 good)
Error:
Can't load the application on this page. Use the browser Back button to retry. If the problem persists, contact the administrator of the site and give them the information in Technical Details.
Error details: Error: applicationFailedToInitializeError
Please help!
Thanks,
Mykie
- Marc_JonasCopper 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.
- MykieCopper 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.