SQL server error test api error

I have created rest api by using Golang gin frame work.

My api gives proper response on postman.

When I call same api in Android application using retrofit. It is giving me array index error.

In my api I am using sqlx select command.

What will be the issue

According you describe, it looks like the problem is with your android code and in particular with Retrofit Lib. Also check your android version and if Retrofit has no issues with that version

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.