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
A WebAssembly App with LiveCharts hosted on Azure Static Web Apps, fails to build and deploy.
The WebAssembly App is created under UNO and the charts work perfectly under all platforms, when building it on my desktop using Visual Studio.
However, when publishing the WebAssembly App to Azure Static Web Apps via Github, the build process in the GitHub [Action] fails.
If the graphs are removed, and the library livechartscore.skiasharpview.uno.winui is removed, the build THEN succeeds and the app gets published successfully .
The exception in the build reads:
Downloading dotnet-runtime-wasm-linux-498e18e-7331dcb60e0-8790049905-Release-simd to /tmp/dotnet-runtime-wasm-linux-498e18e-7331dcb60e0-8790049905-Release-simd.zip
chmod: cannot access '/tmp/dotnet-runtime-wasm-linux-498e18e-7331dcb60e0-8790049905-Release-simd/.lock': No such file or directory
Any idea why this happens? I'm sure I'm not the first one hosting a web assembly app with LiveCharts on Azure Static Web Apps.
I know this is not a direct LiveCharts issue but help would be much appreciated. Maybe someone with some GitHub [Action] experience could suggest something?
The text was updated successfully, but these errors were encountered:
hbraasch
changed the title
WebAssembly App with LiveCharts hosted on Azure Static Apps fail to build and deploy
WebAssembly App hosted on Azure Static Apps, fail to build and deploy when LiveCharts is added
Dec 19, 2024
A WebAssembly App with LiveCharts hosted on Azure Static Web Apps, fails to build and deploy.
The WebAssembly App is created under UNO and the charts work perfectly under all platforms, when building it on my desktop using Visual Studio.
However, when publishing the WebAssembly App to Azure Static Web Apps via Github, the build process in the GitHub [Action] fails.
If the graphs are removed, and the library livechartscore.skiasharpview.uno.winui is removed, the build THEN succeeds and the app gets published successfully .
The exception in the build reads:
Any idea why this happens? I'm sure I'm not the first one hosting a web assembly app with LiveCharts on Azure Static Web Apps.
I know this is not a direct LiveCharts issue but help would be much appreciated. Maybe someone with some GitHub [Action] experience could suggest something?
Thanks
To Reproduce
A demo project can be found here: https://github.com/hbraasch/UnoChartTester.git
See the failed action at: https://github.com/hbraasch/UnoChartTester/actions
Click on it to see the error description.
The text was updated successfully, but these errors were encountered: