Open daniel-aluna opened 2 years ago
hi there @daniel-aluna
Can you provide a tiny repo where the error can be reproduced and help us to understand what is happening?
Thank you.
Ive had the same issue, for me it was a syntax error in the js doc. wish there was a way to identify them better like maybe a vscode plugin for swagger-jsdoc.
might work on it after i'm done with my current project
Describe the bug
when I run
npm run start
to test my api docs inlocalhost:3100
I get the following error:I am wondering if it is due to this configuration:
Even though it was working before with the above configuration.
To Reproduce
registerSwaggerPage()
similar to how you see it above inside ofswagger.config.ts
file.Expected behavior
I expect that when I run
npm run start
I do not get the above error.Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.