I debug my application using the different environments, Our Published Teams Tab app is currently not working, and we are trying to ascertain why. When I test it in the local environment it works, then the failed published app starts to work. I assume it’s because the app can read the Manifest.js file put into memory.
Do I just have to republish the app created, or is there something else at play with the manifest.js file?
I checked to see if there were any errors, in the code I tried to add a web part.
Images
- Production Error on Teams
- Debugging In Local Environment
- Debugging In Local Environment VS Code
- SP Webpart in debug mode
user26379880 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I don’t think your local app will have impact on the published one. For local env, the web part is hosted in local server while the published one is getting things from SPO. The ‘Production Error on Teams’ looks weird and shouldn’t be the one for published app. You could retry and see whether you still have the same issue. Please feel free to raise an issue to us if you have further questions.
3