John Fadgen

Results 2 comments of John Fadgen

I am having the same issue as @deepakmahakale , in a new Rails app: * config 4.0.0 * rails 7.0.3 * ruby 2.7.4 ``` Config.setup do |config| config.use_env = true...

Worth noting that the issue went away for me after changing my Gemfile to bundle ```gem "dotenv-rails"``` instead of ```gem "dotenv"```.