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
in the deployment terminal, I was able to see the fallowing error : UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using 64-bit Python.
please help in resolving this issue
The text was updated successfully, but these errors were encountered:
Hello @shashankms9 , check to see if the App Service is set to 64-bit.
The .NET Core app is most likely built as 64-bit and needs to be in an App Service that is configured with 64-bit.
You can also run the EXE manually using the KUDU console and see any startup exception.
When we try to deploy the webapi Application it throws an error HTTP Error 500.30 - ASP.NET Core app failed to start
https://github.com/microsoft/chat-copilot/blob/main/scripts/deploy/README.md#powershell-1
in the deployment terminal, I was able to see the fallowing error : UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using 64-bit Python.
please help in resolving this issue
The text was updated successfully, but these errors were encountered: