We should either provide a solution or at least document this behavior, it's far to be expected and not easy to find the solution. Add in `config/environments/developement.rb` ``` ruby OmniAuth.config.full_host = "https://my-bookingsync-app.dev" ```
We should either provide a solution or at least document this behavior, it's far to be expected and not easy to find the solution.
Add in
config/environments/developement.rb