boarding: Something went wrong
When a new user is signing up i’m getting this message. I have no clue whats happening. Please need some help here.
Something went wrong, please contact the application owner: <?xml version="1.0" encoding="UTF-8"?> <String>There is no route for the path 'users/pre/int'.</String>
Log:
2017-11-16T03:49:42.133746+00:00 app[web.1]: Started POST "/submit" for 117.201.216.226 at 2017-11-16 03:49:42 +0000
2017-11-16T03:49:42.139364+00:00 app[web.1]: Processing by InviteController#submit as HTML
2017-11-16T03:49:42.139477+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"xxxxx", "first_name"=>"Hari", "last_name"=>"Dulipudi", "email"=>"hakr@dworks.in"}
2017-11-16T03:49:42.159883+00:00 app[web.1]: Creating a new tester: hakr@dworks.in - Hari Dulipudi
2017-11-16T03:49:43.462307+00:00 app[web.1]: #<Spaceship::Client::UnexpectedResponse: <?xml version="1.0" encoding="UTF-8"?>
2017-11-16T03:49:43.462318+00:00 app[web.1]: <String>There is no route for the path 'users/pre/int'.</String>
2017-11-16T03:49:43.462319+00:00 app[web.1]: >
2017-11-16T03:49:43.462926+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.53.1/spaceship/lib/spaceship/client.rb:588:in `parse_response'
2017-11-16T03:49:43.462928+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.53.1/spaceship/lib/spaceship/tunes/tunes_client.rb:1088:in `testers'
2017-11-16T03:49:43.462929+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.53.1/spaceship/lib/spaceship/tunes/tester.rb:79:in `all'
2017-11-16T03:49:43.462930+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.53.1/spaceship/lib/spaceship/tunes/tester.rb:86:in `find'
2017-11-16T03:49:43.462931+00:00 app[web.1]: /app/app/services/boarding_service.rb:114:in `find_app_tester'
2017-11-16T03:49:43.462931+00:00 app[web.1]: /app/app/services/boarding_service.rb:44:in `add_tester'
2017-11-16T03:49:43.462932+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:92:in `create_and_add_tester'
2017-11-16T03:49:43.462933+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:75:in `submit'
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 8
- Comments: 19 (3 by maintainers)
It’s fine from my side on a new install
I’m getting the same error after deploying with https://github.com/fastlane/fastlane/pull/10921 merged. It looks like there may still be references to old endpoints, such as in https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/tester.rb
Hi folks, we are currently working on a fix for these issues, you can see some more info here: https://github.com/fastlane/boarding/issues/185 and there is a PR in progress here: https://github.com/fastlane/fastlane/pull/10921