-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
CCIP Read Error: unsupported protocol data #3341
Labels
enhancement
New feature or improvement.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Comments
Thanks. I’ll look into this shortly. :) |
ricmoo
added
enhancement
New feature or improvement.
and removed
investigate
Under investigation and may be a bug.
labels
Sep 14, 2022
To add support for non-base64-encoded Data URLs, I'll be ripping off the related v6 code. ;) |
ricmoo
added a commit
that referenced
this issue
Sep 14, 2022
This has been added in [5.7.1](release: https://github.com/ethers-io/ethers.js/releases/tag/v5.7.1). Try it out and let me know how it works for you. Thanks! :) |
ricmoo
added
fixed/complete
This Bug is fixed or Enhancement is complete and published.
and removed
on-deck
This Enhancement or Bug is currently being worked on.
labels
Sep 14, 2022
@ricmoo thank you! This works! |
Awesome! Thanks! :) |
Woodpile37
pushed a commit
to Woodpile37/ethers.js
that referenced
this issue
Jan 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or improvement.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Ethers Version
5.7.0
Search Terms
unsupported protocol data UNSUPPORTED_OPERATION
Describe the Problem
While using the nodejs implementation, resolving a CCIP domain configured with
data:uri
as a gateway URL throws anUNSUPPORTED_OPERATION
exception.In this example,
0.bensyc.eth
is attempting to fetch ENS records from another.eth
domain.However, this does appear to work in a browser, just not with server side nodejs.
Code Snippet
Errors
The text was updated successfully, but these errors were encountered: