Running inngest with https dev server? #440
-
Because a bunch of social media APIs only work with https:// I've setup my NextJS server to be https://assembly.local:3000/ I followed the directions here: https://www.inngest.com/docs/local-development#inngest-dev-server Using I've verified that the endpoint actually does work using Postman I'm unable to get inngest to connect via the commandline I've also started my server on the normal Any idea what the issue might be here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think this is unrelated to inngest; you'll need to set up local SSL termination! the easiest way is probably to use |
Beta Was this translation helpful? Give feedback.
-
Sounds good, went ahead and just changed everything to use Thanks! |
Beta Was this translation helpful? Give feedback.
I think this is unrelated to inngest; you'll need to set up local SSL termination! the easiest way is probably to use
ngrok
, point your social media APIs to the SSL endpoint, let it handle the termination, and then just run the local devsever as normal without SSL.