-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nest/swagger example does not work in my wsl2 #861
Comments
I have the same problem |
change [swagger-ui-dist version "3.30.1"] to [version "3.26.2"] can resolve this problem |
This issue is indeed related to the As a workaround you can leverage yarn resolutions and add the following to your ...
"resolutions": {
"swagger-ui-dist": "3.30.0"
}
... |
Thanks to @julien-sugg @chaims . I will pay attention to this bug tracker. |
This should be fixed in the |
@kamilmysliwiec kindly respond |
Please, use our Discord channel (support) for such questions. We are using GitHub to track bugs, feature requests, and potential improvements. |
I'm submitting a...
Current behavior
I tried the official working example in my wsl2. After I started the nest app and go to http://localhost:3000/api/, I clicked any route in cats tag, then the page flashed and this route went to default tag, and the current url is http://localhost:3000/api/#/default/post_cats. Then, I clicked this route, it will keep loadding like the flowing picture.
The nest log is:
There is not log in the browser.
Expected behavior
I want to see the detailed route infomation.
Minimal reproduction of the problem with instructions
Official working example.
Environment
The text was updated successfully, but these errors were encountered: