Hi @MERSAN CANONIGO JR ,
If you're encountering an when accessing in your SharePoint Framework (SPFx) solutions, Here are some steps you can take to troubleshoot the issue:
- Check Local Server: Ensure that your local development server is running. You can start it by navigating to your project folder and executing in the command line.
gulp serve --nobrowser
- Correct URL Parameters: Make sure you are appending the correct parameters to the URL of the SharePoint page where you are testing your SPFx web parts.
- Browser Compatibility: Sometimes, certain browsers may have issues with local development. Try using a different browser or check the browser's console for any additional error messages.
- Update Packages: If you haven't already, ensure that your Yeoman template packages are updated. You can do this by deleting the folder and running again.
node_modulesnpm install
- Update Node.js and npm: Ensure that you have the latest versions of Node.js and npm installed. Sometimes, outdated versions can cause issues with loading dependencies.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.