© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
malkav

❔ Blazor WASM & NetlifyCMS

not sure if the right discord for this. but here goes:

I have a blazor wasm application that I want to use netlifycms on. However so far I've noticed that the admin panel part of the cms doesn't work as intended...

Currently my project folder looks like follows:
|-- wwwroot
|  |-- admin
|  |  |-- config.yml
|  |  |-- index.html
|  |-- css
|  |  |-- **/*.css
|  |-- images
|  |-- sass
|  |-- static
|  |-- favicon.ico
|  |-- icon-192.png
|  |-- index.html
|  |-- netlify.toml
|-- Pages
|  |-- index.razor
|-- Shared
|  ... contents
|-- wwwroot
|  |-- admin
|  |  |-- config.yml
|  |  |-- index.html
|  |-- css
|  |  |-- **/*.css
|  |-- images
|  |-- sass
|  |-- static
|  |-- favicon.ico
|  |-- icon-192.png
|  |-- index.html
|  |-- netlify.toml
|-- Pages
|  |-- index.razor
|-- Shared
|  ... contents

but going to my
http://localhost:3000/admin/
http://localhost:3000/admin/
results in a "page not found"
if I place my entire contents of
/admin
/admin
folder in my
wwwroot
wwwroot
the netlify login with azure button is shown at the same time as the rest of the page, which is also not waht I wanted.
I am considering to place the admin folder in the parent folder instead, but I don't know if this will work.

Can someone help me set this up so I can actually reach both my SWA as well as my
/admin/
/admin/
route to login to netlify cms with azure? (Note the tenant and app Id both are already set in my config.yml, I know that this works as I've tested it when it showed up at the same time as the rest of the SWA.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Blazor WASM Headers
C#CC# / help
4mo ago
Blazor wasm help
C#CC# / help
6mo ago
Blazor WASM Authentication
C#CC# / help
2y ago
❔ blazor wasm 6 databases
C#CC# / help
3y ago