Closed aredridel closed 5 years ago
Looks like you're using the programmatic usage for the new version of micro which is currently available as micro@canary
. For the latest
branch docs you can visit npm: https://npmjs.com/micro 🙏
@timneutkens why don't you mention this in README? It's been like 3 months.
🤕 🔫
How many people have to suffer! (said with jest, but after losing 30 min)
Pull request here: https://github.com/zeit/micro/pull/416
I've got a basic server:
It doesn't actually respond on port 5000 (request never completes).
Removing micro from the equation and using this code:
works
This is using node 12.3.1 & micro 9.3.4