Expected argument not found


Help me out with this error. dfx start is running but dfx deploy is showing this error.

Does your canister have an init() method that expects an argument? If so, you’d have to provide that using --argument <candid argument> when running dfx deploy