Malavika

Results 10 comments of Malavika

This is what happens, when a user without credentials tries to access a database that supports OAuth2, the backend will raise an OAUTH2_REDIRECT error. This will prompt the frontend to...

@dosu I've tried everything mentioned above, still facing the same error.

@rusackas Yes, the user has access to the dashboard and data. I think the problem is with the initial loading. On clicking on the link since the user is not...

Any updates on this? How can the error message be prevented from propagating to the home page after signing in? Or is there any way to not show the toaster...

@EinavDanielDX @nandwalritik You can fix this by clearing out the existing client session flash messages when logging in. Just do `session.pop('_flashes', None)`

@nandwalritik can you try adding it before returning the redirect url

We are not maintaining code, rather using the docker image for version 3.1.1. Is there any possible fix for this?

We are also facing the same issue, using superset image version 3.1.1. Any fixes for this?