Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Fix crypto.randomUUID errors when adding holdings#1795

Merged
zachgoll merged 1 commit intomainfrom
1779-pin-hotwire_combobox-to-specific-commit-to-solve-cryptorandomuuid-errors-on-self-hosted-instances
Feb 4, 2025
Merged

Fix crypto.randomUUID errors when adding holdings#1795
zachgoll merged 1 commit intomainfrom
1779-pin-hotwire_combobox-to-specific-commit-to-solve-cryptorandomuuid-errors-on-self-hosted-instances

Conversation

@zachgoll
Copy link
Contributor

@zachgoll zachgoll commented Feb 4, 2025

As described in #1768 and #1657, adding holdings on self hosted instances that are not run over https is not possible due to the usage of crypto.randomUUID() in the hotwire_combobox gem.

This PR temporarily pins the hotwire_combobox gem to the commit where this has been resolved.

We will upgrade to the official gem again once this is released.

@zachgoll zachgoll merged commit 9c846e7 into main Feb 4, 2025
5 checks passed
@zachgoll zachgoll deleted the 1779-pin-hotwire_combobox-to-specific-commit-to-solve-cryptorandomuuid-errors-on-self-hosted-instances branch February 4, 2025 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin hotwire_combobox to specific commit to solve crypto.randomUUID() errors on self hosted instances

1 participant