Cooper Reid
Cooper Reid
Also noticing there are a lot of assumptions for globally installed npm packages (ie, pnpm)
Thanks. I'm noticing that `/packages` contains the various extensions for each vendor, but then within each vendor package it instructs to `npm install [vendor]`. Is that next step necessary?
I'm seeing the same as @sidgrao . On Node v18.8.0. None of the /slack/* routes are working. All are 404'ing.
I'm doing all of those things, and the app isn't handling the route `/slack/install`. Ngrok: `https://MYCUSTOMSUBDOMAIN.ngrok.io -> http://localhost:3000 `
The issue is with documentation. This [Bolt Dev Doc](https://slack.dev/bolt-js/concepts#installing-your-app) just states Bolt will support those routes by default. It doesn't clearly indicate that you need to have completed the prior...
@dsumac Can you try adding `compatibility_date`. This works fine for me: ``` compatibility_date = "2023-01-20" node_compat = true ```