-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Error in middleware: 3 INVALID_ARGUMENT: Cannot convert an array value in an array value.
Error: 3 INVALID_ARGUMENT: Cannot convert an array value in an array value.
at callErrorFromStatus (D:\Projects\code-now-bot\node_modules\@grpc\grpc-js\src\call.ts:81:17)
at Object.onReceiveStatus (D:\Projects\code-now-bot\node_modules\@grpc\grpc-js\src\client.ts:356:55)
at Object.onReceiveStatus (D:\Projects\code-now-bot\node_modules\@grpc\grpc-js\src\client-interceptors.ts:454:34)
at Object.onReceiveStatus (D:\Projects\code-now-bot\node_modules\@grpc\grpc-js\src\client-interceptors.ts:416:48)
at D:\Projects\code-now-bot\node_modules\@grpc\grpc-js\src\resolving-call.ts:111:24
at processTicksAndRejections (node:internal/process/task_queues:77:11)
export async function checkoutOrder(
conversation: MyConversation,
ctx: CodeNowBotContext,
) {
await ctx.reply(getTextByContext("questions.details.message", ctx));
const orderDetails = await conversation.form.text();
botLogger.debug(orderDetails);
return;
}I got this when try to use conversations with firebase storage adapter
leovigna and kulia26
Metadata
Metadata
Assignees
Labels
No labels