Cannot run rails app

Rails server will not run. Getting this message:

ActionController::RoutingError (No route matches [OPTIONS] “/*”):

Hey, @chris-intelatek welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

3 Likes

https://replit.com/@chris-intelatek/Auto-Sales-Leader

Is your server crashing? If not, try opening the webview (I have a feeling that that’s perfectly normal, due to Replit quirks)

1 Like

Added this to my deployment.rb file config.hosts << /.*.repl.co/ and it worked, for a while. Back to not working.

1 Like

I am having the same issue. Did you manage to solve it in the end?