When I attempt to sideload the todo-list-with-Azure-Backend into my desktop teams client, I get the following error (The code compiles and deploys okay to my Azure tenant), Am I missing a permission somewhere?
Asked
Active
Viewed 110 times
0

Donald Koscheka
- 336
- 1
- 6
-
Could you please share more info and the sample code you are referring to ? – Prasad-MSFT Sep 30 '21 at 14:45
-
Here is the error message I get on the console when trying to access the app, so this does look like a deployment issue. I tried teamsfx decploy from CLI and from the command prompt, neither worked. DevTools failed to load source map: Could not load content for https://local.teams.office.com/sourcemaps/hashed-assets/fluentui-cbad7a14703fe351.js.map: Connection error: net::ERR_CONNECTION_REFUSED todolistfeb680aa.z13.web.core.windows.net/index.html#/config:1 Failed to load resource: the server responded with a status of 404 (The requested content does not exist.) – Donald Koscheka Oct 01 '21 at 20:03
-
Go to the path: C:\Users\YOURNAME\node_modules and then remove those packages which show an error. – Prasad-MSFT Oct 04 '21 at 13:15
-
You can refer to this , where its being discussed: https://github.com/creativetimofficial/argon-dashboard-react/issues/28 – Prasad-MSFT Oct 04 '21 at 13:16
-
With Prasad-MSFT's instruction, has this issue been fixed? – Jun Han Oct 08 '21 at 08:25
3 Answers
0
There appears to be a deployment issue. I can provision the app fine but when I run teamsfx deploy, I get the following error: "The react-scripts package provided by Create React App requires a dependency: babel-jest:^26.6.0"
The instructions to fix it might be missing a step because they don't work. So my app isn't deploying correctly.

Donald Koscheka
- 336
- 1
- 6
-
You should edit the question and include additional steps and information in it. That is preferable in this case over posting a partial answer. – bad_coder Oct 02 '21 at 02:43
0
I believe this is solved. I was running the build on a Macintosh. I don't believe the developer tools for Teams run on a Mac. Anyway, when I switched to my Windows machine, the app loaded correctly.

Don Koscheka
- 11
- 1
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 15 '21 at 00:20
0
Figured it out - I was running the build on a Mac which I believe does not support Teams Developer Preview. When I switched to my Windows machine, it works fine

Don Koscheka
- 11
- 1