serverless-rack icon indicating copy to clipboard operation
serverless-rack copied to clipboard

Incompatible with rack 3

Open HoneyryderChuck opened this issue 10 months ago • 0 comments

Requests aren't passing via serverless-offline due to:

$app ||= Rack::Builder.parse_file($config['config_path'] || 'config.ru').first
#  undefined method `first' for #<Rack:...

which does not work for rack 3 (it returns the app object alright). The .first call needs to be removed.

HoneyryderChuck avatar Apr 08 '24 18:04 HoneyryderChuck