C
C#8mo ago
Hercules

✅ Seeking Help with Blazor WebAssembly Deployment Issue

Hello, I'm facing an issue with deploying my Blazor WebAssembly (WASM) app to Azure. The problem is that the deployed website doesn't reflect my code changes. Here are the details: Issue: * Blazor WebAssembly app deployed to Azure Web App. * Deployment process runs without errors. * Website shows an older version of the app, not reflecting recent code changes. Additional Info: *GitHub Actions workflow is used for building and publishing. *Azure App Service Publish Profile is correctly set as a GitHub secret. * Project includes shared components from other libraries. Request for Help: I need assistance in diagnosing and fixing this issue. If you've encountered a similar problem or have tips for troubleshooting Blazor WebAssembly deployments on Azure, please share your expertise. Thank you for your help!
3 Replies
JakenVeina
JakenVeina8mo ago
have you checked whether it could be a client-side caching issue?
Hercules
Hercules8mo ago
I did try a hard refresh that didn't help, ctrl + R or a ctrl + F5
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.