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 Answers
0

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

profile pictureAWS
EXPERT
Uri
answered 4 months ago
  • 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
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions