python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Different routing behavior between Web API and Azure Function HTTP Trigger Problem
I've spent the entire morning trying to figure this out. I have a Web API project (.NET 5) that has a number of controllers. I'm being tasked to divide it out into microservices using Azure Functions ...

BTSoft
Votes: 0
Answers: 1
Why doesn't this Blazor WebAssembly api Get function work?
I have a Blazor WASM app and am just modifying the template weatherforecastcontroller to add a Get where I can pass in an id:
[HttpGet("{userId}")]
public string Get(string ...
E.D.
Votes: 0
Answers: 3
exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' even when route is presennt in route:list
I'm getting following error
exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'
I have tried following commands
php artisan cache:clear
php artisan route:cache
Used route is lis...

user12086208
Votes: 0
Answers: 0
Double rendering for ReactJs component with Routes
In reactJs, I used to work the following code to declare routes :
<Route exact path="/" component={Home} />
But I saw that it changed to this syntax
<Route exact path="/"...

jozinho22
Votes: 0
Answers: 1