我將角度應用程序「dist」文件夾上傳到Azure blob存儲。
我可以從blob中運行index.html,它會運行應用程序。
現在,我想創建一些Azure代理函數,它將重定向到此Blob並運行角度應用程序。
但是當我運行這個代理,我得到異常:使用angular2應用程序使用Azure blob存儲和Azure代理功能
error_handler.js:48 EXCEPTION: Uncaught (in promise): SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'StorageUrl/ContainerName/' cannot be created in a document with origin 'FunctionUrl' and URL 'FunctionUrl/ContainerName'. Error: Failed to execute 'replaceState' on 'History': A history state object with URL 'StorageUrl/ContainerName/' cannot be created in a document with origin 'FunctionUrl' and URL 'FunctionUrl/ContainerName'.
有誰看到了這個錯誤?