We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The demo Grant Request Incoming Payment Postman request is currently failing with:
local-database-1 | 2022-11-28 01:32:28.608 UTC [70] ERROR: null value in column "clientKeyId" of relation "grants" violates not-null constraint
I think this is due to:
rafiki/infrastructure/local/peer-docker-compose.yml
Line 17 in 5a19201
clientKeyId
This could be solved with:
The text was updated successfully, but these errors were encountered:
@wilsonianb In the meantime, until we have decided on and rolled out #737 , I was thinking we could do something like this:
https://github.com/interledger/rafiki/pull/792/files#r1033413462
i.e. we could provide a key via the header in the meantime
Sorry, something went wrong.
@raducristianpopa I believe you will need this fix as well to test your open PR, tagging you so you can follow along
Closing as #797 makes the demo work
Successfully merging a pull request may close this issue.
The demo Grant Request Incoming Payment Postman request is currently failing with:
I think this is due to:
rafiki/infrastructure/local/peer-docker-compose.yml
Line 17 in 5a19201
which bypasses
clientKeyId
being defined in:This could be solved with:
The text was updated successfully, but these errors were encountered: