You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
As per the code, any table should be created automatically before query/insert/update because I can see the code for InitializeAsync from BaseStorageProvider is called every time. This fails and as a result, the Bot fails in the following scenario.
Uninstall NEO Bot from the MS Teams client.
Go to Azure Table Storage and delete UserConfiguration table.
Install NEO Bot on the MS Teams client again.
After installing a welcome message should appear and user details should be stored in UserConfiguration table, this fails because it fails to create UserConfiguration table even though the code is there.
I also observe the same happens with TeamConfiguration table.
My team and I are working on one of our clients and need to have the solution for this to expand this bot's functionality as per our requirement.
Thanks
Amit Gaonkar
The text was updated successfully, but these errors were encountered:
Hi,
As per the code, any table should be created automatically before query/insert/update because I can see the code for InitializeAsync from BaseStorageProvider is called every time. This fails and as a result, the Bot fails in the following scenario.
My team and I are working on one of our clients and need to have the solution for this to expand this bot's functionality as per our requirement.
Thanks
Amit Gaonkar
The text was updated successfully, but these errors were encountered: