[FIXED]: Psych::AliasesNotEnabled: Alias parsing was not enabled. To enable it, pass aliases: true to Psych::load or Psych::safe_load Read this article in: EnglishSpanishPortuguêsRussian Issue 2024Q1 (current) This happens on older versions of ruby and rails. Solved by downgrading psych: # Gemfilegem 'psych', '< 4'