I have a Blazor Server Side Web app developed in VisualStudio and using an SQLite database. Can I host it on vercel?
I have a Blazor Server Side Web app developed in VisualStudio and using an SQLite database. Can I host it on vercel?
Blazor WASM projects can work. But there's no C# runtime available at the moment so Blazor Server projects won't work. I shared more details in this recent post:
https://community.vercel.com/t/hosting-blazor-on-vercel/166/2