Tyler Kocheff
08/30/2023, 7:57 PMActionController::UrlGenerationError: No route matches {:action=>"new", :controller=>"user_sessions"}
type of errors. I was able to locally get it working by forking the gem and prefixing main_app on all the route helpers in solidus_defaults.rb, so like login_path
becomes main_app.login_path
and I can submit a PR, but wanted to know if there's a better way to fix this first if anyone has any ideas.