-
Notifications
You must be signed in to change notification settings - Fork 9
Troubleshooting
Ben Weeks edited this page Oct 17, 2024
·
12 revisions
Problem description | Resolution |
---|---|
When trying to purchase a Microsoft 365 Business Basic license you receive Please try again in a few minutes. We are unable to complete the verification check on your payment method at this time
|
According to Microsoft: For this, this error is generally just created an account, the company information is still being verified. For this, you need to contact billing support team to provide company information - name, address, phone, email, etc. After do a verification, this can be unlocked. For contacting, please refer to Get support - Microsoft Support. Possible solutions:
|
Unable to deploy bot. |
Ensure that custom app uploads are allowed:
Try deleting the following files and trying again:
Try incrementing the Try closing and re-opening VS Code. |
invalid_client: AADSTS650057: Invalid resource. The client has requested access to a resource which is not listed in the requested permissions in the client's application registration. Client app ID: 6070a4e4-56eb-4c93-b889-56955b9d95d8(Zapp.ie). Resource value from request: https://api.powerapps.com. Resource app ID: 475226c6-020e-4fb2-8a90-7a972cbfc1d4. List of valid resources from app registration: 00000003-0000-0000-c000-000000000000.
|
|
You receive the following error when you try to deploy the bot:Failed to Execute lifecycle deploy due to failed action: cli/runNpmCommand. ScriptExecutionError:Unable to execute script action.. Env output: {}
|
|
You cannot see the bot in Teams |
Ensure that the Provision and Publish steps have been run in VS Code Teams Extension.Go to Teams Administration and ensure your app has been published and is not blocked. |
Failed to parse URL from undefined/usermanager/api/v1/users?extra={"aadObjectId":"aaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaaaa"} | The environment variables are not available. |
You receive the following error when you try to provision the bot:(×) Error: coordinator.ResourceGroupNotExistError: The resource group 'rg-Zapp5db0f0-dev' cannot be found in subscription '00000000-0000-0000-0000-000000000000'.
|
This can occur if you try to delete a previous installation, and the resource group no longer exists. To restore the resource group, you can run:az group create --name rg-Zapp5db0f0-dev --location "UK South" --subscription 00000000-0000-0000-0000-000000000000
Delete the localConfig file and run the provisioning again.
|
Uploading customised apps is not allowed. |
|
When trying to publish the app in the Microsoft Teams Admin, you see:We can't get details related to this app. Try again. If you continue to have problems, contact Microsoft. Or in the console you see: safeFunc() unexpected failure in onInvoke: TypeError: Cannot read properties of undefined (reading 'stagedAppEntitlement') at TypeError: Cannot read properties of undefined (reading 'stagedAppEntitlement')
|
The error message indicates that there is an issue with reading a property (stagedAppEntitlement) that is undefined. This could be due to a misconfiguration in your app manifest or an issue with the environment variables not being correctly loaded. |
You see Failed to load when running commands on a local bot |
Remove the BOT_ENDPOINT , BOT_DOMAIN and BOT_ID from .env.local and try again. |
When trying to run the React web app, you receivechroma__default.default.scale is not a function
TypeError: chroma__default.default.scale is not a function
|
|