Troubleshooting 404 Error for POST Route in Swagger API
Ok i'm at a complete loss. Ive looked at this for hours. I'll try to keep this short
I have a route defined
my swagger shows this in my docs. This route is built with routerbuilder, and everything shows up just fine, I have no type errors.
When I use swagger or curl to post to it, i get a 404 not found error.
I have 1 other route, a healthcheck route, that looks basically identical but its a get, and it works just fine.
more or less without posting a lot of code
And my authorize handler is defined and again, no type errors. I just can't pinpoint why it says 404. to me it should at least hit the route, its defined, swagger seems to pick it up, and its just there!!!!!
I have a route defined
/{envid}/as/authorizemy swagger shows this in my docs. This route is built with routerbuilder, and everything shows up just fine, I have no type errors.
When I use swagger or curl to post to it, i get a 404 not found error.
I have 1 other route, a healthcheck route, that looks basically identical but its a get, and it works just fine.
more or less without posting a lot of code
And my authorize handler is defined and again, no type errors. I just can't pinpoint why it says 404. to me it should at least hit the route, its defined, swagger seems to pick it up, and its just there!!!!!
