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
I'm trying to build using yarn tauri build but receive the following error:
the following trait bounds were not satisfied:
`<impl Future<Output = commands::Response<DirectSendResult>> as Future>::Output = Result<_, _>`
which is required by `impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
`impl Future<Output = commands::Response<DirectSendResult>>: commands::_::_serde::Serialize`
which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::SerializeKind`
`<&impl Future<Output = commands::Response<DirectSendResult>> as Future>::Output = Result<_, _>`
which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
`&impl Future<Output = commands::Response<DirectSendResult>>: Future`
which is required by `&impl Future<Output = commands::Response<DirectSendResult>>: tauri::command::private::ResultFutureKind`
= note: this error originates in the macro `commands::__cmd__direct_send` which comes from the expansion of the macro `tauri::generate_handler` (in Nightly builds, run with -Z macro-backtrace for more info)
I'm running a core node with Polar using the default RPC credentials and a wallet called teleport.
The text was updated successfully, but these errors were encountered:
I'm trying to build using
yarn tauri build
but receive the following error:I'm running a core node with Polar using the default RPC credentials and a wallet called teleport.
The text was updated successfully, but these errors were encountered: