Next.js Discord

Discord Forum

How to extract a rar file in a nextjs project

Unanswered
Ragdoll posted this in #help-forum
Open in Discord
RagdollOP
Hey folks! How are you?
I'm trying to extract a rar file in my API flow, getting the file from an s3 bucket, but I'm having issues using these 2 libraries https://www.npmjs.com/package/node-unrar-js and https://www.npmjs.com/package/unrar-promise
The first one is throwing me this error and I think it is something related to the wasm files, but does anyone have any example to solve this?
Thanks!

input: 'unrar.wasm', code: 'ERR_INVALID_URL' } }

0 Replies