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
const res = await fetch(`${globalConfig.getEndpoint()}/health/version`);
124
+
const json = await res.json();
125
+
appwriteVersion = json.version;
126
+
} catch {
127
+
}
116
128
117
-
log(`To report this error you can:\n - Create a support ticket in our Discord server https://appwrite.io/discord \n - Create an issue in our Github\n ${githubIssueUrl}\n`);
118
-
}
129
+
const version = '0.16.0';
130
+
const stepsToReproduce = encodeURIComponent(`Running \`appwrite ${cliConfig.reportData.data.args}\` using CLI ${version}`);
log(`To report this error you can:\n - Create a support ticket in our Discord server https://appwrite.io/discord \n - Create an issue in our Github\n ${githubIssueUrl}\n`);
0 commit comments