finding the 6-character verification code in your Docker container's logs. #2947
Unanswered
Abraka
asked this question in
Ideas and Issue Triage
Replies: 1 comment
-
|
Workaround: Docker exec into the container and query the code yourself. docker exec -it sh <fizzy-container>
cd storage
sqlite3 production.sqlite3
select * from magic_links |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I cant find 6 character code in logs. All I can see is Parameters: {"authenticity_token" => "[FILTERED]".
Beta Was this translation helpful? Give feedback.
All reactions