-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local deployment: token request page missing request date information #118
Comments
We've found out that the issue appears because "api/token" request returns 500 error since the SMTP envars are not set in the reana-server. So to fix this issue couple of more things needs to be improved:
|
In addition:
|
Closed with #120 |
(1) When connecting first time to REANA Web UI, the user can ask for a token:
After user asks for a token, we add a confirmation that the token was requested:
However this happens only on the CERN instance. For local deployments, the page does not change.
We should add this.
(2) While we are at this, elsewhere on REANA Web UI we used the following date and time formats:
Let's use
YYYY-MM-DDZhh:mm:ss
consistently also here instead of11th Sep...
.The text was updated successfully, but these errors were encountered: