Expand my Community achievements bar.

SOLVED

500 Error in runtime action

Avatar

Level 4

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 ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

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.

Avatar

Employee
Thanks for the update. Glad to hear it works now.