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.

In this SPFx tutorial, I will explain 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 and give them the information in technical details.

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 that 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. use the browser back button to retry

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:

spfx loader is not present in the page

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

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 by adding the SPFX web part into Microsoft Teams.

You may also like:

>