Replies: 1 comment 2 replies
-
Are you trying to access an https server using http?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fiddling with Falcon for the first time with a clean Grape API, which is a RACK based API framework
looking at the sinatra example here https://github.com/socketry/falcon/tree/master/examples/sinatra
I figured it might be plug and play to get falcon working, it doesnt appear to be so. Below is my sample code. I've been using Grape for a very long time but im not sure where to start troubleshooting on this one 😕
Im getting the following error when calling
http://localhost:3000
Gemfile
config.ru
init.rb
settings.rb
Beta Was this translation helpful? Give feedback.
All reactions