Carrierwave/Fog - Argument error, provider not recognized

后端 未结 2 1344
鱼传尺愫
鱼传尺愫 2021-01-13 23:02

I\'m using Carrierwave 0.5.3 and Fog to upload images to Amazon-S3.

The setup works smoothly when running locally, no errors.

But when running on Heroku, upl

2条回答
  •  Happy的楠姐
    2021-01-13 23:28

    The error was due to the fact that I had mistakenly added the initializer to the .gitignore-file. Thus, it was never uploaded to Heroku.

提交回复
热议问题