500 Error in runtime action
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 errorLogs aren't updating too. Is there anything I can do to get more information on the error ?