Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validateRequest not working when used in middleware #37

Open
paulgould opened this issue Oct 16, 2024 · 0 comments
Open

validateRequest not working when used in middleware #37

paulgould opened this issue Oct 16, 2024 · 0 comments

Comments

@paulgould
Copy link

I have a need to use validateRequest() from middleware.ts; but it was throwing an error on the caching in export const getCurrentUser = cache(async () => { with Error [ERR_HTTP_HEADERS_SENT]: Cannot append headers after they are sent to the client the fix is to move the function getSessionToken from session.ts to auth.ts. Hope this helps someone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant