-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: