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
johannschopplich
changed the title
Interceptors are missing when using 'schema' property
Interceptors are missing when using OpenAPI schema
Sep 26, 2024
Environment
Reproduction
https://stackblitz.com/edit/github-hi8a9n?file=nuxt.config.ts
Describe the bug
If you add
schema
to your config and define a Swagger URL, the interceptors are not included on the endpoint.Without
schema
:With
schema
:Additional context
Expected:
Access to interceptors as outlined here:
https://nuxt-api-party.byjohann.dev/guide/interceptors.html
Logs
No response
The text was updated successfully, but these errors were encountered: