#Stuck! `next dev` script not responding to arrow/enter keys (control characters printing instead)

1 messages · Page 1 of 1 (latest)

gusty hazel
#

I have a confusing situation running next/payload on macOS here: suddenly my dev script is no longer acknowledging my arrow or enter keys. When I try to move between menus with arrow keys, or select one with enter, it just prints the control codes. I'm using payload, and need to respond to the interactive database migration prompts. I have tried several terminals and have eliminated docker to no avail. The strangest thing is that this has been working for weeks and just started to act up, with no obvious software or config changes. Please help, this silly issue has me completely stuck!

wicked micaBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

gusty hazel
#

Resolved: apparently payload doesn't like to start up with pending changes that cause a migration. After much debugging, I determined that letting the app get up and running before making the migration-causing change allowed the CLI to function correctly 🥴