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??

2 Antworten
0

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

profile pictureAWS
EXPERTE
Uri
beantwortet vor 4 Monaten
  • 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
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen