-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module './fetch.node' #413
Comments
I'm also hitting this issue with a Remix app, there is also an open issue on the ipfs-utils library for it. Can Lit move to something like https://github.com/ipfs/helia-verified-fetch instead? |
Spent a fair bit of time looking at this today as it's blocking me developing anything with lit.
Encrypt uses Infura's gateway and decrypt uses pinata's gateway - is there any particular reason for this? It might be best to allow the user to specify the gateway and params. If a gateway is down they may want to use another. Case in point, Infura are not currently issuing new API keys for it's IPFS gateway (Temporary limits on new IPFS Keys). If |
@jrhe @0x62 We will have this fixed in the next day or 2, @MaximusHaximus has been working on it! :) |
Another similar issue @Ansonhkg @MaximusHaximus
|
Also, both isomorphic and node packages patch |
Hey all, just a brief update:
|
Hey @johnnynanjiang @jrhe @jwkim960315 we have just published v5.0.0. Let us know if you're still seeing the above issues! :) #432 |
@Ansonhkg the following 2 still not working, I expect to run test apps to see how Lit Protocol works, but they seem to be low priority. If they don't work, how builders expect to see how Lit Protocol works?
and
|
Closing this - Please refer to https://github.com/LIT-Protocol/developer-guides-code for further demo code. |
Is there an existing issue for this?
SDK version
4.2.0
Lit Network
cayenne
Description of the bug/issue
Hi! Following the installation of the package (having attempted both the nodejs-exclusive and isomorphic versions), I attempted to initialize a lit node client, which resulted in the following error:
I looked at
/node_modules/ipfs-utils/src/http/fetch.js
and found the following code:I understand the issue stems from
ipfs-utils
, but is there a workaround for this?Severity of the bug
High, since I cannot even initialize the lit node client
Steps To Reproduce
@lit-protocol/lit-node-client-nodejs
lit
) underapp/api
directory androute.ts
fileGET /api/lit
frompage.tsx
Link to code
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: