LongOddCode / lerna-test

0 stars 0 forks source link

Local debug of blazor teams app not working #21

Open LongOddCode opened 2 days ago

LongOddCode commented 2 days ago

Error: Discover::regionGtm::InvalidResponse - groupsServiceV2 is missing in discover response"

LongOddCode commented 2 days ago

Thank you for bringing this issue to our attention. We understand how frustrating it can be when local debugging of your Blazor Teams app is not working as expected.

We have identified similar issues reported by other users which might help you troubleshoot this problem:

  1. Local debug of Blazor Teams app suddenly not working anymore:

    • The user encountered a similar error: "Error: Discover::regionGtm::InvalidResponse - groupsServiceV2 is missing in discover response."
    • The issue appears related to Visual Studio Community setup or configuration.
    • A workaround that helped was disabling JavaScript debugging in Visual Studio Community.
    • For more details, you can visit the issue here.
  2. Blocking error message during local debug:

    • Another user faced an error indicating dependencies needed to be prepared for local debug.
    • This issue might involve missing or incorrect configurations in the merged Bicep files.
    • Further investigation and detailed error messages are needed to identify the root cause.
    • Check out the issue for more insights here.
  3. App fails to load during local debugging:

    • The user reported the app failing to install with 500 and 400 errors during debugging.
    • The problem was linked to incorrect URL formation due to Visual Studio not processing .env.local environment variables correctly.
    • Using "Microsoft Teams (browser)" or another launch configuration helped resolve the issue.
    • More information can be found here.

Based on these cases, you might want to:

If these steps do not resolve the issue, please let us know, and we will continue to investigate further. Thank you for your patience.