Azure Form Recoginzer : Error encrypting data - Cannot read property 'importKey' of undefined.`
I am deploying a labeling tool on Azure Container Instaince.
When I open the labeling tool using Google Chrome (ver:100.0.4896.127) from Azure Virtual Machine (Windows Server 2016) and try to save the .fott (project file), I get "Error encrypting data - Cannot read property 'importKey' of undefined.
https://github.com/microsoft/OCR-Form-Tools/issues/905
https://github.com/MicrosoftDocs/azure-docs/issues/51425
https://github.com/MicrosoftDocs/azure-docs/issues/54851
When I access with Google Chrome (ver:100.0.4896.127) on my PC (Windows 10), the corresponding error does not occur.
Since the versions of the web browsers are the same, I assume that this is due to environmental differences on the OS side, but I don't know how to deal with it.
Can you please explain how to solve this problem?
Azure container instance
- OS : Linux
- port : 80
- network : private
Azure Vertual Matchine
- OS : Windows Server 2016
- WEB Browser : Google Chrome (ver:100.0.4896.127)