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
## Summary
I've encountered a few scenarios when testing envsec + Jetpack secrets
where an issue with authentication of the envsec server prevented me
from starting my shell. Since envsec errors also require an internet
connection, an unstable connection can prevent me from starting my local
dev environment
This PR changes a line in env.go so that Envsec errors will be logged,
instead of causing Devbox to fail
## How was it tested?
Tested on a local new project, with the following scenarios:
- User not logged in
- Project missing a github repo
- Project has a repo but no remote
0 commit comments