So i am updating my app from platform 2.2 to 2.3, and the major change I am not able to implement is the Request template invokation. I have done everything as per the official docs but my requests are throwing me 500 error. If somebody can solve my issue that will be a huge relief. Below are the screenshots of my various files that i have done changes in as per the official docs.
Request execution log is as below. Here the “isOAuth” flag is going as true which i have no idea WHY ?? According to docs its default value is false and I havent set this flag in the requests.json file
Thanks for pointing out the log folder, it helped me debug my API call, the problem was while invoking the request template, i was passing auth token as “Basic authToken” and in requests.json was again using “Basic <%=context.apiToken%>” , so the “Basic” was getting passed twice and it was causing error. Thanks alot for your help, I will make changes in all my APIs now and incase i face issues will post out again . Thanks alot once again!