You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, i have tried every possible version < 3.0 and follow every available guide out there on the web but non of these made my swagger work.
I have even found an internal project with a working swagger but even if i do exactly what they did my swagger returns a 404.
Unfortunately the project code does contain no error logging at all so i am at lost what is wrong in my set up. I suspect that the this.documentationCache.documentationByGroup(groupName); returns null and thus the 404. But hey, no logging so how do i know for sure.
It could be because my project has 2 sub-projects containing the actual code, but there are no examples to be found on how to swagger a project like that.
The text was updated successfully, but these errors were encountered:
So, i have tried every possible version < 3.0 and follow every available guide out there on the web but non of these made my swagger work.
I have even found an internal project with a working swagger but even if i do exactly what they did my swagger returns a 404.
Unfortunately the project code does contain no error logging at all so i am at lost what is wrong in my set up. I suspect that the this.documentationCache.documentationByGroup(groupName); returns null and thus the 404. But hey, no logging so how do i know for sure.
It could be because my project has 2 sub-projects containing the actual code, but there are no examples to be found on how to swagger a project like that.
The text was updated successfully, but these errors were encountered: