Skip to content

Cannot load gem when running falcon serve in WSL #266

@Four44Four

Description

@Four44Four

Running falcon serve on this

# config.ru
require 'mustermann'

class App
    def call(env)
        [200, {}, ['<p>HIIII</p>']]
    end
end

run App.new

results in errors spamming the console about how the gem cannot be loaded, despite the gem being installed and able to be loaded when using Puma
image
However, everything works as intended when require 'mustermann' is removed.

Note: putting the absolute path to the .rb file of a gem allows falcon to load them in, however the error continues into the requires inside of the gems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions