Step Function execution from console gives a blank screen

0

This just started happening last night -- I'm developing a flow using Step Functions. The first execution from the AWS console works fine, but if I click "New Execution" and run it again I get a white screen (with the black AWS banners on top and bottom). The console error says "Invalid time value" in "graphene console" (see screenshot)screenshot . I've tried it on Chrome, Chrome Canary, Chrome incognito, Firefox, and Opera with the same results.

Is anyone else having the same trouble??

Roger
preguntada hace 4 meses285 visualizaciones
2 Respuestas
0

Is your computer's time correct? If it is, please open a support case.

profile pictureAWS
EXPERTO
Uri
respondido hace 4 meses
  • Yes, the time is correct -- thank you for the answer. And unfortunately I only have basic support so I'm unable to open a support case. So I either live with it or spend $29 to upgrade my support plan. Unless you know of a different way.

  • And I've disabled all Chrome extensions on a hunch with no effect. But the problem happens on Firefox and Opera where I have no browser extensions enabled.

0

I figured out why this is happening -- the redirect URL after starting another execution has an invalid date format. The end of the URL says startDate=<date> but <date> is in a URL encoded string format when it should be a long integer.

I wrote a Chrome Extension to fix it as a workaround until AWS fixes it. See https://github.com/rogerjaffe/aws-step-function-fix. The details are in the Readme file

Roger
respondido hace 4 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas