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
In version 1.3.0 a bug was introduced where a response is re-used and causes the error from the title to occur
This handler seems to cause it:
app.get(path,page,{detail: {hide: true}})
Reproduction
Just do a fresh project with the most minimalistic setup: new Elysia().use(swagger()).listen(3000);
PS: awesome framework, thx for it <3 - if you want I can create a PR to fix this ig (doesn't seem too difficult on first sight :D, but choice is yours ofc)
nzws, asdelatoile, vincelwt, jordanburke, MarcioBarrientos and 8 more