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
The --verbose flag only sets MISE_VERBOSE=1; we forgot about PHP_VERBOSE=1, which makes debugging more difficult. If they need to be enabled separately, that can still be done, but when there is an error, both should be visible in the issue.
The
--verboseflag only setsMISE_VERBOSE=1; we forgot aboutPHP_VERBOSE=1, which makes debugging more difficult. If they need to be enabled separately, that can still be done, but when there is an error, both should be visible in the issue.