generated from coop-cloud/example
key not found: "OTP_SECRET" #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm getting this error
My config is the same as default one
I tried adding OTP_SECRET to the compose file as an env variable but that didn't help too
That's strange because we expose
OTP_SECRET_FILE
in thecompose.yml
🤔 I see there was a version bump in the latest commit, so maybe something changed internally? If it is really demanding aOTP_SECRET
then you could try the same trick asabra.sh
) as a work-around? I'm not sure, this needs a further look. It's an masto app error? 🤔I followed your suggestion but started running into more errors, then noticed I haven't been following the readme (e.g. I have generated the secrets using
abra app secret
rather thanabra app cmd
)let me know if you would rather resolve this issue and continue the discussion in a newly created one but I started getting this error
https://stackoverflow.com/questions/16658333/grep-p-no-longer-works-how-can-i-rewrite-my-searches
it seems like my os is just not that good
I had to use
ggrep
instead of grep, even though I aliased grep to run ggrep and confirmed it works in terminal, the abra ssh script didn't fall for it :(maybe I can modify the script to check current os and use ggrep if it's mac, or to check the grep version and make sure it's gnu not bsd otherwise try ggrep and alert the user to install ggrep if not available
Oh dear goddesss @ammaratef45 you're really being put to the test by the universe here 😅 yeh some little function to cycle through and find a valid version of grep could work. Also, a docs patch might also help future travellers... up to you!
Haha it's good that I'm running into these issues tbh, I'm not in a rush to deploy an instance so solving these issues might as well be good for the recipe itself
I think
entrypoint.sh
was broken, I think I fixed it6365f7b
@ammaratef45 working for you now? 👀
Yaaay I'm seeing a different error
resolving this one to go dig in the new one 🔮