Atproto oauth-client-node in Deno environment #3303
-
Currently, I am unable to get a working example going in Deno because of the following error when calling the
This has been brought up by another user found at this issue in the atproto repo here 2866. My question is regarding whether there is a work-around or possibly some kind of configuration with the client I could try to in order to avoid this error while we wait for an official fix in deno? Is there something I could override in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Are you using Deno 2? I had issues with Deno support before Deno 2 but now with backwards compatibility with Node and npm, things have worked much better for me for the most part. |
Beta Was this translation helpful? Give feedback.
-
i've just upgraded to canary. the original error is gone and is now replaced with
|
Beta Was this translation helpful? Give feedback.
@technoY2K i think i got it to work: https://github.com/callmephilip/tinychat-at-proto/blob/main/nbs/oauth.ipynb
thanks for pointing me in the right direction!