Closed vincent-dfinity closed 2 weeks ago
Is information about the rootkey at all relevent to the user? I'm wondering if we could streamline the message even further to something like this:
Error: Failed to deploy because your a replica is not running.
Please run 'dfx start' and try again.
Is information about the rootkey at all relevent to the user? I'm wondering if we could streamline the message even further to something like this:
Error: Failed to deploy because your a replica is not running.
Please run 'dfx start' and try again.
did you run 'dfx start' to start the local replica?
is I'm not quite sure if it's the only reason to fail fetching the root key. @sesi200 do you know if there're any other cases?I'll close this pr as this issue has been addressed by this pr https://github.com/dfinity/sdk/pull/3973.
Description
Improve
dfx deploy
error message to let users know what to do next.Fixes # (issue)
SDK-1858
How Has This Been Tested?
Added an e2e test.
Checklist: