You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
When following the additional steps to view the current leaderboard inside of an event engine account/event, the leaderboard script attempts to utilise the default AWS profile which results in the terminal hanging and no output.
In order to utilise the event engine AWS profile and associated credentials, it is necessary to execute: export AWS_PROFILE="ee"
Before running npm start
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When following the additional steps to view the current leaderboard inside of an event engine account/event, the leaderboard script attempts to utilise the default AWS profile which results in the terminal hanging and no output.
In order to utilise the event engine AWS profile and associated credentials, it is necessary to execute:
export AWS_PROFILE="ee"
Before running
npm start
The text was updated successfully, but these errors were encountered: