rodneygay
(Rodneygay)
August 16, 2024, 5:07pm
1
I have a Blazor Server Side Web app developed in VisualStudio and using an SQLite database. Can I host it on vercel?
amyegan
(Amy Egan)
August 16, 2024, 7:58pm
2
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:
Hey @jesperson ! Is it a Blazor Server or a Blazor WebAssembly project?
I’ve been able to deploy an example Blazor WASM project with Vercel CLI and a few changes from the default project config. You can see it at blazor-wasm-five.vercel.app
There isn’t a C# runtime for Serverless Functions at the moment so I couldn’t get a server project running. But it would be possible to add if someone has the time to develop it as a community runtime .
system
(system)
Closed
August 17, 2024, 7:59pm
3
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.