I have 2 Github Apps. One for dev and one for prod. The dev one works fine using smee.io. The prod one doesn’t. I think my problem has to do with vercel edge, because I hosted Probot dockerized before and that worked and still works fine.
I used the example template that you can find in Probot’s Github organization. The only thing I changed was js to ts and esm instead of cjs.
What I tried:
- generating new secrets and private keys and setting them on vercel
- creating a new github app and trying it again from scratch
I really don’t know what is causing this.