Skip to content

Commit cbeedac

Browse files
authored
Merge pull request #267 from dwyl/fix-#266
[PR] Clarify `expected binary but got nil` error
2 parents 2478bbe + edd0b85 commit cbeedac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ You will see an error similar to:
108108
[**issues/157**](https://github.com/dwyl/auth/issues/157).
109109
See the 3<sup>rd</sup> step below.
110110

111+
> If you run `mix ecto.setup` in step 4 without the
112+
required environment variables,
113+
even if you set them and try to run the command again,
114+
it will error.
115+
You will see this error in
116+
[**issues/266**](https://github.com/dwyl/auth/issues/266).
117+
Just delete the created database and run the command again.
118+
111119

112120
### 1. Clone the project:
113121

0 commit comments

Comments
 (0)