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
If I add import "server-only" to a dependency used by a next-rest-framework endpoint, the endpoint is ignored and omitted from the spec. Is this a known issue?
The text was updated successfully, but these errors were encountered:
This still seems to be an issue. Using "server-only" produces an error during API spec generation or validation, although there is no issue at runtime.
If I add
import "server-only"
to a dependency used by anext-rest-framework
endpoint, the endpoint is ignored and omitted from the spec. Is this a known issue?The text was updated successfully, but these errors were encountered: