-
Notifications
You must be signed in to change notification settings - Fork 1
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
"Failed to create fission user" error #3
Comments
This error is actually produced in the walletauth dependency: |
This is another error from the console that I think is related to this problem
|
The auth header:
|
Ok, so I dissected the auth token from above, it essentially shows this: {
"aud": "did:key:zStEZpzSMtTt9k2vszgvCwF4fLQQSyA15W5AQ4z3AR6Bx4eFJ5crJFbuGxKmbma4",
"exp": 1663079242,
"fct": [],
"iss": "did:key:z7r8osbHipBvZSVM6bhJ1NTX7xYaD8kpEwRstHxSWAtvtmRhF27E6cZdki7PehY2Q7mgvzUPSw49w7A75GAue3XkhAQt4",
"nbf": 1663079062,
"prf": null,
"ptc": null,
"rsc": "*"
} When I do it on my machine, it generates this payload, which works: {
"aud": "did:key:zStEZpzSMtTt9k2vszgvCwF4fLQQSyA15W5AQ4z3AR6Bx4eFJ5crJFbuGxKmbma4",
"exp": 1663080322,
"fct": [],
"iss": "did:key:z7r8oqxrrMaFRDtL1Co5JWiyrAQhd5YmhZbQU3T27sWEQXkpPBQUy83K9cALuU2n5NTjWi2ETRMkQZUFsECNBWoC2XirY",
"nbf": 1663080142,
"prf": null,
"ptc": null,
"rsc": "*"
} This is the full token:
Maybe that helps debugging this. |
Update: I can reliably get the demo working by creating a new account in MM. Given this lets us demo something to people this week, we can get to figuring out this issue with some wallet addresses not working with less urgency. |
Another account that consistently fails:
Payload:
Response: I'm currently (poorly) navigating the fission repo to track down the exact cause of the error, but I may need to rope in someone who can efficiently read haskell because I certainly can't yet 🙈 maybe @bgins if you have some free cycles this week/sprint, would you be up for a quick(ish) pairing session? |
If I try to connect to the walletauth demo with metamask, I get an error: "Failed to create Fission user"
The text was updated successfully, but these errors were encountered: