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

Support UInt8Array data in response #232

Merged

Conversation

fastner
Copy link
Contributor

@fastner fastner commented Apr 7, 2022

Next.js 12.1 SSR delivers response data in UInt8Array format. In Node.js both string and UInt8Array are supported in function signature. See https://nodejs.org/dist/latest-v16.x/docs/api/buffer.html#static-method-bufferfrombuffer

With this fix, SSR (via getServerSideProps) is made possible in Next.js standalone mode.

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

Successfully merging this pull request may close these issues.

2 participants