mirego/accent

gitlab login is broken

molind opened this issue · 1 comments

When I try to use gitlab login on last master commit. It seems it can't find ueberauth_gitlab_strategy in the vendor folder.

accent           | Request: GET /auth/gitlab
accent           | ** (exit) an exception was raised:
accent           |     ** (UndefinedFunctionError) function Ueberauth.Strategy.Gitlab.default_options/0 is undefined (module Ueberauth.Strategy.Gitlab is not available)
accent           |         Ueberauth.Strategy.Gitlab.default_options()
accent           |         (ueberauth 0.10.5) lib/ueberauth/strategy.ex:403: Ueberauth.Strategy.strategy_option/3
accent           |         (ueberauth 0.10.5) lib/ueberauth/strategy.ex:386: Ueberauth.Strategy.maybe_add_state_param/2
accent           |         (ueberauth 0.10.5) lib/ueberauth/strategy.ex:322: Ueberauth.Strategy.run_request/2

Will be fixed in the next release, the library is now vendored and was not added in the Dockerfile 🤦