-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug: submitting tags and url #31
Labels
bug
Something isn't working
Comments
Also affect submitting urls |
could the issue be related to https://github.com/State-Channel-4/backend/blob/main/src/abi.json#L138 because in https://github.com/State-Channel-4/backend/blob/main/src/middleware/auth.ts#L49 we are only sending params but not the address ? I modified the imports too from
to
that fixed the above undefined issue . but getting error
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getting error in middleware/auth.ts . on etheres.transaction.from()
TypeError: Cannot read properties of undefined (reading 'Transaction')
at verifySignedFunctionMessage (/Projects/channel4/match-making/src/middleware/auth.ts:48:27)
The text was updated successfully, but these errors were encountered: