Skip to content

Conversation

@Digvijay-x1
Copy link
Contributor

@Digvijay-x1 Digvijay-x1 commented Dec 5, 2025

Hey friends,

I have tried to fix the 'can't create hash to float' TypeError in the trigger_workflow .

I think that we were previously looping through header keys and performing a lookup for every item, which causes a crash when complex hashes were encountered.

The final logic of the request header remain same but we are now iterating over request.headers.to_h directly as |k, v|, So we can bypass the request.headers[k] and safely process the hash values.

Also please let me know if some test are required to verify the fix.

Fixes : #15699

Thanks !

@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Frontend Things related to the OBS RoR app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[production][trigger_workflow#create] can't convert Hash into Float

1 participant