500 Error in runtime action | Community
Skip to main content
prashantonkar
Level 4
July 20, 2020
Solved

500 Error in runtime action

  • July 20, 2020
  • 1 reply
  • 1815 views

I had written a custom action on firefly template which consumes Analytics API. It was running fine until today. When I call the API, all I get is this error:

{ "error": "server error" }

In the console of code editor, I see

info: 500: server error

 Logs aren't updating too. Is there anything I can do to get more information on the error ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by prashantonkar

Seems like there was an error in the token that  used to make the API call. The token had expired. I created a new token and API is returning the response.

1 reply

prashantonkar
prashantonkarAuthorAccepted solution
Level 4
July 20, 2020

Seems like there was an error in the token that  used to make the API call. The token had expired. I created a new token and API is returning the response.

Adobe Employee
July 20, 2020
Thanks for the update. Glad to hear it works now.