Relative Content

Tag Archive for next.jsasp.net-core-webapisingle-page-application.net-8.0

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.