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 create a server/api/auth/get-access-token.ts as described in Use in middleware or API routes, the following error occurs.
ERROR RollupError: [plugin impound] Importing directly from module entry-points is not allowed. [importing @logto/nuxt from server/api/auth/get-access-token.ts]
undefined
Describe the bug
If I create a
server/api/auth/get-access-token.ts
as described in Use in middleware or API routes, the following error occurs.The same error occurs in a server middleware.
Expected behavior
No error must occur.
How to reproduce?
See reproduction example.
The text was updated successfully, but these errors were encountered: