You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error on initial push to Heroku after running git push heroku main django.core.exceptions.ImproperlyConfigured: Missing environment variable: SFDX_CLIENT_CALLBACK_URL
Line 179 in the setup documentation heroku-setup.md says to use SF_CALLBACK_URL however looks like it needs SFDX_CLIENT_CALLBACK_URL instead.
The text was updated successfully, but these errors were encountered:
camerongoodman
changed the title
Error When attempting to deploy using the heroku-setup.md instructions
Error When attempting to deploy django.core.exceptions.ImproperlyConfigured: Missing environment variable: SFDX_CLIENT_CALLBACK_URLApr 14, 2023
camerongoodman
changed the title
Error When attempting to deploy django.core.exceptions.ImproperlyConfigured: Missing environment variable: SFDX_CLIENT_CALLBACK_URL
Error When attempting to deploy to Heroku django.core.exceptions.ImproperlyConfigured: Missing environment variable: SFDX_CLIENT_CALLBACK_URLApr 14, 2023
Error on initial push to Heroku after running
git push heroku main
django.core.exceptions.ImproperlyConfigured: Missing environment variable: SFDX_CLIENT_CALLBACK_URL
Line 179 in the setup documentation heroku-setup.md says to use
SF_CALLBACK_URL
however looks like it needs SFDX_CLIENT_CALLBACK_URL instead.The text was updated successfully, but these errors were encountered: