I'm getting “found character that cannot start any token while scanning for the next token”

后端 未结 7 1736
無奈伤痛
無奈伤痛 2021-01-07 16:07

I have been running Ruby on Rails on my laptop for about a month now, but when I wanted to run the server in this instance (and it was working fine a few hours ago) I now re

7条回答
  •  孤街浪徒
    2021-01-07 17:02

    This error is originating from the Figaro gem, which would indicate to me that you probably have a syntax error in config/application.yml. Double check this file for any incorrect YAML syntax.

提交回复
热议问题