Cesar N.

Results 82 comments of Cesar N.

In case you have the following error: ``` Another exception was thrown: type 'Future' is not a subtypeof type '(() => void)?' ``` Update your login.dart like: ``` onPressed: (()...

Update the `onPressed: () => Navigator.pushNamed(context, '/about'),` to `onPressed: () => Navigator.pushNamed(context, '/topics'),` on the home.dart.

This would be a nice enhancement, showing the bucket tags and allowing to sort / of filter by tags in the UI would be viable. Not a priority for now...

Reopening since we reverted it here https://github.com/minio/console/pull/2863

We'll be doing some changes to the UI specifically: - We'll change the expiration max allowed value to that set in the env variable CONSOLE_STS_DURATION (MINIO_BROWSER_SESSION_DURATION in MinIO) or default...

We'll handle this by showing the full error on console and show a smaller error prompt in the UI.

Closing since main issue was solved and expiration issue is dup of https://github.com/minio/console/issues/922

Hi @viniciusbressaneli this is not a priority for us right now. But we welcome PRs and we can help testing. Thanks.

We did some changes with Prometheus a couple of months ago so we'll try to reproduce and see if it's compatible with the Amazon one.

Hi @jallaix we verified this and we don't support it. This is not a priority for us right now. But we welcome PRs and we can help testing. Thanks.