-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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.
johnnyfish
Metadata
Metadata
Assignees
Labels
No labels