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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the Issue Tracker for a bug that matches the one I want to file, without success.
This issue is specifically related to Conduit's CLI
CLI version
0.0.15
Installation Type
MacOS
Describe the Bug
After installation, I execute the following command in terminal
conduit deploy setup
It gave me an error. Error: Could not retrieve latest CLI release info. Try again later.
Expected Behavior
I guess it should give me the regular output.
How to Reproduce
conduit deploy setup
Additional Information
I searched in the source code, and I find this error output in an axio request. So I guess, it might be some problem in my proxy setup. But I have no idea how to debug it. Normally, If I set
ALL_PROXY=host:port
everything will be okay.
It doesn't work this time.
Environment
macosx 12.4
The text was updated successfully, but these errors were encountered:
I pushed a branch logging the axios response error.
Could you try the following and share the exact error that's being returned to you? git clone [email protected]:ConduitPlatform/CLI.git && cd CLI && git checkout debug-pessimo && yarn --frozen-lockfile && npm run prepack && node bin/run deploy setup
Checklist
CLI version
0.0.15
Installation Type
MacOS
Describe the Bug
After installation, I execute the following command in terminal
It gave me an error.
Error: Could not retrieve latest CLI release info. Try again later.
Expected Behavior
I guess it should give me the regular output.
How to Reproduce
Additional Information
I searched in the source code, and I find this error output in an axio request. So I guess, it might be some problem in my proxy setup. But I have no idea how to debug it. Normally, If I set
everything will be okay.
It doesn't work this time.
Environment
macosx 12.4
The text was updated successfully, but these errors were encountered: