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
Amplify errors description is not printed in create-amplify flows -- anything in options for Amplify Errors is not printed by create-amplify flows.
See these areas of code for more context:
ykethan
added
tech-debt
Refactors, unsavory workarounds or other technical decisions that should be revisited later
and removed
pending-triage
Incoming issues that need categorization
labels
Sep 17, 2024
Describe the bug
Amplify errors description is not printed in create-amplify flows -- anything in options for Amplify Errors is not printed by create-amplify flows.
See these areas of code for more context:
amplify-backend/packages/create-amplify/src/create_amplify.ts
Line 42 in c85d071
amplify-backend/packages/cli-core/src/format/format.ts
Lines 38 to 43 in c85d071
Additional example:
amplify-backend/packages/create-amplify/src/get_project_root.ts
Line 43 in c85d071
Reproduction steps
See changes to
create-amplify
in this PR: #1986 -- failscreate-amplify
e2e tests because of the change fromError
toAmplifyUserError
The text was updated successfully, but these errors were encountered: