Katsuyuki Omuro
Katsuyuki Omuro
Thanks for your patience on this matter. You haven't described much about how your server side code is set up, but when you connect to ws://xx.xx.xx.xx:7999/ws-dual-devices?deviceUUID=22c33b4dd97e, the https URL you...
I'd like to ask for clarification: Are you trying to run this as an API in Next.js, or deploy this as a serverless function on ZEIT Now, which is a...
I've also added a changeset, please let me know if this is sufficient or if it needs changing.
Thanks for your update. I have been following #4841 as well, and your comments make sense. As soon as that one lands the code-based changes in this PR will not...
awesome, thanks! > @harmony7 If you want to add the template and/or adapter to our docs like @penx did in https://github.com/remix-run/remix/pull/5254, feel free to open a new PR for that...
@MichaelDeBoey have filed PR #5370 . Please take a look.
Looks like this is going to be solving https://github.com/remix-run/remix/discussions/4615 that was one of my concerns, too. Thanks.
awesome stuff! =)
Just putting this here. I've found the following block of code in `/packages/next/build/entries.ts` (12.3+ and 13.x): ```typescript if (params.page === '/_document') { await params.onServer() return } if ( params.page ===...