Next.js and ASP.NET Core Web API: API Status code 404
I have integrated a Next.js (v14) frontend with an ASP.NET Core 8 Web API backend. I integration seems working However, when I comment out when I run the server the get API on Swagger gives the Status code 404 response.
I tried everything but things aren’t working.
Issue with SPA Integration: Next.js and ASP.NET Core Web API
I’m trying to integrate a Next.js (v14) frontend with an ASP.NET Core 8 Web API backend. My API does not work when I use app.UseSpa
.