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
Unfortunately, dom doesn't want to recognize my API key :(
I have my RapidAPI key set in my environment by including export DOMAINR_RAPIDAPI_KEY="ABC123" in my .zshrc file. When I run printenv, it shows up. However, when I try to run dom, I keep getting Error: No API key found in environment
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Unfortunately,
dom
doesn't want to recognize my API key :(I have my RapidAPI key set in my environment by including
export DOMAINR_RAPIDAPI_KEY="ABC123"
in my.zshrc
file. When I runprintenv
, it shows up. However, when I try to rundom
, I keep gettingError: No API key found in environment
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: