Ewald

Results 5 comments of Ewald

Have you tried using `remove` instead of `delete`? This works for me but it might not fit your needs since `remove` deletes all given entities in a single transaction.

Does anyone have a solution for MlFlow v2.1.1?

> I had a similar issue with MLFlow 2.0.1, had to remove the `window.top?.location.href` references from the JS front-end code. @daniel-sali I'm struggling to get the working in an Iframe,...

I was overcomplicating it by trying to change the bundled main.js file. Thanks a lot @daniel-sali , that works!

@dshakey I changed the line you linked to `link={window.location.href}` The frontend is bootstrapped with [create-react-app](https://create-react-app.dev/) and can be rebuild by: - first installing the dependencies with `yarn install` - running...