You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/bundle/gems/psych-5.1.2/lib/psych/visitors/to_ruby.rb:432:in `visit_Psych_Nodes_Alias': Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`. (Psych::AliasesNotEnabled)
However this works when I do the same but without anchors:
I am trying to setup my recurring jobs and I tried use anchors to do something like this:
I tried with:
But it didn't work either. When parsing this YAML to JSON I don't get any syntax error whatsoever, this is the output in JSON:
The error I am getting is this:
However this works when I do the same but without anchors:
Am I missing something or doing something wrong?
Rails version: Rails 7.1.5.1
Ruby version: ruby 3.3.8 (2025-04-09 revision b200bad6cd) [aarch64-linux]
Solid Queue version: solid_queue (1.1.4)
Thank you!
The text was updated successfully, but these errors were encountered: