fabrik42/acts_as_api

InvalidURIError while deploying to heroku

caglarcakar opened this issue · 0 comments

I am getting this error while deploying to heroku:

URI::InvalidURIError: bad URI(is not URI?): ://user:pass@127.0.0.1/dbname

it works on my local, and there wasn't a problem at heroku side before using this gem.
I am using Mongodb and active record is removed already.

What can be the cause of this error?