Can't load the application on this page. Use the browser Back button to retry while adding SPFx web part into Microsoft Teams

This SPFx development tutorial, we will discuss how to fix 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. Manifest not found for component id which comes while adding an SPFx web part to Microsoft Teams tab.

Recently, I developed a client-side web part in SPFx and tried to add as a Tab in Microsoft Teams. But it throws me an error which says:

Sorry, something went wrong

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.

TECHNICAL DETAILS

Error details: Error: ***Error initializing application. Error: Error: ***Error initializing application. Error: Error: ***Manifest not found for component id “6351e310-ee6e-4c58-8423-0e0bffa96802”.

Troubleshoot issues with Microsoft SharePoint Foundation.

Correlation ID: 8d6d229f-a051-0000-45e2-09fbc4c5e457

Date and Time: 12/17/2019 8:23:34 AM

The error looks like below:

Can't load the application on this page teams

Can’t load the application on this page. Use the browser Back button to retry

If you are targeting any SPFx web part to be available in Microsoft Teams, then we must check the below option while creating the SPFx client side web part.

Do you want to allow the tenant admin the choice of being able to deploy the solution to all sides immediately without running any feature deployment Or adding apps in sites?

can't load the application on this page. use the browser back button to retry

if you have already deployed into the app catalog site without selecting the option “Make this solution available to all sites in the organization”, then you can select the app and from the ribbon click on deploy.

This will open the deploy dialog box, select the checkbox and click on deploy like below:

sharepoint online sorry something went wrong can't load the application on this page

After this you will be able to add the SPFX webpart in Microsoft Teams it will not give any error.

You may like following SharePoint Framework tutorials:

In this tutorial we learn how to fix the 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, which comes well adding the SPFX web part into Microsoft Teams.

>