Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model is not getting called #1

Closed
freshdev1 opened this issue Jan 22, 2018 · 1 comment
Closed

Model is not getting called #1

freshdev1 opened this issue Jan 22, 2018 · 1 comment

Comments

@freshdev1
Copy link

Hello guys. I have been upgrading the application from RhoSync 2.1.12 to latest stable version of RhoConnect.

What I have done up till now

  • Setup the RhoConnect with all the dependencies on RedHat 7 machine
  • Generated my source adapters
  • Setup my RhoConnect iOS client
  • Request is being made by the client for login. And it successfully makes a hit on the backend to authenticate and returns successfully
  • It makes a second request to my source adapter

Where I am facing issue

  • Model implementation is not being called at this source adapter.

Code

It never outputs any line in the model. Can anybody tell me where I am doing mistake?

P.S. The API response is 200, but it never calls my rest endpoint in the model and returns the data from the service. It never puts the following line: puts "Application Info Query Start:"

@freshdev1
Copy link
Author

freshdev1 commented Jan 28, 2018

This was due to the problem causing by the following issue.

Closing it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant