clar1k
clar1k3w ago

I am developing an app with convex and wan't to index blockchain data with GRPC

The library "@triton-one/yellowstone-grpc" is not accesible via convex "use node runtime
2 Replies
Convex Bot
Convex Bot3w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
clar1k
clar1kOP3w ago
✖ Error: Unable to push deployment config to https://aromatic-echidna-505.convex.cloud
✖ Error fetching POST https://aromatic-echidna-505.convex.cloud/api/push_config 400 Bad Request: InvalidModules: Hit an error while pushing:
Loading the pushed modules encountered the following
error:
Uncaught Failed to analyze grpc.js: ENOENT: no such file or directory, open '/var/task/yellowstone_grpc_solana_encoding_wasm_bg.wasm'
at <anonymous> (../../../node_modules/@triton-one/yellowstone-grpc/dist/esm/encoding/yellowstone_grpc_solana_encoding_wasm.js:4648:20)
at <anonymous> (convex:/user/_deps/node/SE3Q55DZ.js:13:32)
at <anonymous> (../../../node_modules/@triton-one/yellowstone-grpc/dist/esm/index.js:23:0)
✖ Error: Unable to push deployment config to https://aromatic-echidna-505.convex.cloud
✖ Error fetching POST https://aromatic-echidna-505.convex.cloud/api/push_config 400 Bad Request: InvalidModules: Hit an error while pushing:
Loading the pushed modules encountered the following
error:
Uncaught Failed to analyze grpc.js: ENOENT: no such file or directory, open '/var/task/yellowstone_grpc_solana_encoding_wasm_bg.wasm'
at <anonymous> (../../../node_modules/@triton-one/yellowstone-grpc/dist/esm/encoding/yellowstone_grpc_solana_encoding_wasm.js:4648:20)
at <anonymous> (convex:/user/_deps/node/SE3Q55DZ.js:13:32)
at <anonymous> (../../../node_modules/@triton-one/yellowstone-grpc/dist/esm/index.js:23:0)
I also tried using "convex.json" wiith node external packages but that didn't help

Did you find this page helpful?