I am a newbie at Ruby on Rails and I just follow the Getting Started official documentation in order to start a new Rails application.
While I am trying to run the server I am getting a LoadError which I know little off, i.e.:
PS C:\Users\john\Desktop\John Snow\Projects\Tractări Auto Flex\flex-site\bin> rails server
bin/rails:3:in `require_relative': cannot load such file -- C:/Users/john/Desktop/John Snow/Projects/Tract?ri Auto Flex/flex-site/config/boot (LoadError)
from bin/rails:3:in `<main>'
My guessing is that it has to do with the path that contains diacritics since I can easily notice that ă in the path is not recognized by rails and gets formatted as an ? or maybe I am wrong and it is something else I am missing.
Any suggestions on how I can circumvent this error are much appreciated.
I am using Ruby 3.0.3p157 and Rails 6.1.4.1.