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
Migration should be successful
Migration gets failed
retrospring/db/migrate/20220909220449_add_webpush_app.rb
Line 7 in fa0aa59
This is a known Webpush issue which is supposed to be fixed in this.
I'm not sure whether we should handle this here. Howoever, for the fix we might add some dummy private and public keys like:
vapid_keypair = {public_key: Random.uuid, private_key: Random.uuid}
Ruby 3.2.2 Node 18.0.0
The text was updated successfully, but these errors were encountered:
web-push
webpush
Successfully merging a pull request may close this issue.
Steps to reproduce the problem
Expected behaviour
Migration should be successful
Actual behaviour
Migration gets failed
Detailed description
retrospring/db/migrate/20220909220449_add_webpush_app.rb
Line 7 in fa0aa59
The above line throws the following error:
This is a known Webpush issue which is supposed to be fixed in this.
I'm not sure whether we should handle this here. Howoever, for the fix we might add some dummy private and public keys like:
Specifications
Ruby 3.2.2
Node 18.0.0
The text was updated successfully, but these errors were encountered: