Dawlin

Results 3 comments of Dawlin

workaround: ```bash rm -rf node_modules && pnpm i --shamefully-hoist=true ```

> > > > I am still getting the same error. You could try adding a `.npmrc` file in the root directory of your project and then run ```bash rm...

> I added the PreSerializeFilter from [#1298 (comment)](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1298#issuecomment-620269062) > > ``` > if (!httpReq.Headers.ContainsKey("X-Original-Host")) return; > > var serverUrl = $"{httpReq.Headers["X-Original-Proto"]}://" + > $"{httpReq.Headers["X-Original-Host"]}/" + > $"{httpReq.Headers["X-Original-Prefix"]}"; > > swaggerDoc.Servers...