Naoto Ikeno

Results 4 comments of Naoto Ikeno

@SimYunSup Thank you for the advice! Just moving `nextHandler` after `nextApp.prepare()` gave the same error. https://github.com/ikenox/payload-3.0-demo/pull/1/commits/a482e0abb9906a50a8596f8322d74865f0447108 By loading payload config after `nextApp.prepare()`, I managed to show the admin panel. https://github.com/ikenox/payload-3.0-demo/pull/1/commits/bd47e01159bb7a8a2e1290ddeee690ee3f963d27...

@SimYunSup Thanks! > importConfig and getPayload code must be in then block in nextApp.prepare Yes, actually I can start the server by your code. https://github.com/ikenox/payload-3.0-demo/pull/1/commits/ea3bad8ab873af67bd34ba2d13e0e31998c6740c But something still seems not...

Hi @jmikrut, thanks for looking into this issue! > is this still happening if you update to the most recent version of Payload beta packages and Next.js canary? Yes, I...

@denolfe The custom server example helps me a lot. Thanks!