Hi guys, I have a function on node-16.0 runtime but whenever I try to run the function I keep getting this error. I have tried putting htttp:// in my endpoint but no luck with that.
TL;DR
Developers are receiving the error "Protocol 'https:' not supported. Expected 'http:'" when running a function on node-16.0 runtime. Attempting to change the endpoint to "http://" did not resolve the issue.