AppDeploy dependencies error

Hi,

I have built an enterprises application using AppDeploy and I am trying to integrate API that I have built using ROR but it’s showing connection issue. I searched it on Google and found this article- Ruby on Rails tutorial, in which every API should be integrated with all necessary dependencies.

So my question is that how can I marge all the dependencies in AppDeploy Toolkit.

However, I have followed all these carefully-

The API endpoints that my app have consumed.
The data format expected (JSON, XML, etc.).
The authentication method used (OAuth, API keys, etc.).

I also tried accessing the API endpoints locally using tools like curl or Postman.

Thanks

Hi,

I think you should try rails application Gemfile and run bundle install to install the game and then configure the API endpoints data format (JSON/XML), and authentication (OAuth/API keys) in your AppDeploy app’s settings. Also dont forget to verify connectivity and functionality using tools like curl or postman. If getting the issues, check for network connectivity.

Thanks

1 Like