Saleor: Adding pipelines in heroku BUG

Created on 3 Mar 2019  路  7Comments  路  Source: mirumee/saleor

I tried adding requirement.txt/pipfile django-compressor heroku unable to identify even I try heroku run pip it also not work since u people not add pip in piplock

All 7 comments

If you are using Pipfile, heroku will ignore requirements.txt. So you can add it to Pipfle by pipenv install django-compressor

Sir their issue with pipenv in window do u have any resolve to it ?like it not recognise I tried in pipenv in Ubuntu it work properly but my project can't push in heroku since it pulling require and remove any changes done

It will easier to diagnose if you include example of heroku output.

But generally speaking, after pipenv install django-compressor you need to commit the updated Pipfile and Pipfile.lock in git.

Thanks this work I guess those 2file only modify

"Setting %s is not of type" % variable, instance_type
remote: django.core.exceptions.ImproperlyConfigured: ('Setting RECAPTCHA_PRIVATE_KEY is not of type', )
remote: Waiting for release.... failed.
]
i tried so many thing no work this bug happen when i run on ubuntu saleor copy piplock pipfile into my window saleor

It looks like your setting RECAPTCHA_PRIVATE_KEY is not a string. The error in Heroku has nothing to do with Pipfile.

fixed thnx alot bro

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flaviocolonna picture flaviocolonna  路  3Comments

ghost picture ghost  路  4Comments

PiotrCzapla picture PiotrCzapla  路  3Comments

jujes picture jujes  路  4Comments

timuric picture timuric  路  3Comments