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回答
0

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

profile pictureAWS
エキスパート
Uri
回答済み 4ヶ月前
  • 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
回答済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ