actlikewill

Results 2 comments of actlikewill

I am having the same issue. Inspecting the details in the pipeline shows that the email address is an empty string so it cannot create a new user. I have...

Phew! I have found the solution. You have to set the environment variables in the current shell. Run ``` export DATABASE_URL=path_to_your_database ``` to export your variables one at a time....