I am getting this error while deploying to heroku:
URI::InvalidURIError: bad URI(is not URI?): ://user:[email protected]/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?