-
Notifications
You must be signed in to change notification settings - Fork 28
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
SDK proxy is returning internal error #86
Comments
Thanks for opening the issue. Based on the screenshot you posted, you have written Thanks for mentioning the compilation error, we will look into this. At first glance it seems related to time-rs/time#693 |
I have prepared a PR for your use case #87 Let me know if this would solve your issue |
Thanks for confirming @livid, the endpoint has been deployed. |
I'm so excited to report I got it working in our system! Now our DoH server can resolve .sol, and it can be further used in our IPFS gateway to enable accessing the website on .sol: https://ipfs.v2ex.pro/ipns/planetable.sol/ I noticed .sol also has native records for IPNS/IPFS, and we will support and test those cases too. Thank you so much for the fast help! |
Thanks for pointing this out, there was an issue in my previous commit, I forgot to strip the first 96 bytes that contain the domain header. ddc1d15 should fix the issue and has been deployed. Let me know if I can help you for anything else. |
@dr497 Thank you very much! All good now. I also got the SNS native IPNS record working on both our DoH server and gateway. We're building a new SNS+IPFS/IPNS gateway. Here's a demo site with the IPNS record: https://www.sns.id/domain?domain=ohlife It works in a regular browser by appending .build to .sol like this: |
I am working on an integration to use .sol in our macOS native app. Our programming environment is Swift, so I have to use the proxy for now.
The following endpoint is returning an internal error:
https://sns-sdk-proxy.bonfida.workers.dev/record/planetable.sol/TXT
My goal is to retrieve the
ipns=...
string from the content. Is there any other way to do this?The text was updated successfully, but these errors were encountered: