I am working on a blazer server web app. I created a new page and changed its route to @page "/" and changed the old / page to a new route. When I load launch the program the default / route gets called but nothing is rendered, and it doesn't receive anything in the network (first image). but if I got to the route /counter which is an example page added everything loads (second image). Does anyone know what is causing this issue.
I have no idea what is wrong since I created a new test app and compared the program.cs and mine is the same + some additions that were working earlier.

