Rubix982 / Synet

A web proxy is written in ASP.NET with an admin console written in ReactJS. This was made as a repository for CN CS307's 1st assignment for web proxies @ FAST NUCES, Khi
https://synet-rubix982.vercel.app/app/dashboard
Apache License 2.0
0 stars 6 forks source link

Redirect does not work as expected #39

Open Rubix982 opened 3 years ago

Rubix982 commented 3 years ago

Redirect, RedirectResult, and RedirectToAction all do not work as expected. There is no explanation as to why these are failing. There is nothing in the terminal, in dev tools, in the editor, in the docs, or stack overflow that talks about this. So I'm not sure where the breaking changes are.

Another viable solution would be to implement a JS async script within the C# code itself. This is long winding and not part of the original scope, so this is not a priority at the moment. But it will be hugely beneficial and convenient if redirects do happen.

For more information, check out,