Michael Heider

Results 5 issues of Michael Heider

- [x] I have searched open and closed issues for duplicates. - [x] I have searched the [forum](https://forum.duplicati.com) for related topics. ---------------------------------------- ## Environment info - **Duplicati version**: 2.0.6.3_beta_2021-06-17 -...

## Observed I got the following error: ``` ERROR: Undefined index: host on line 214 in file [...]/vendor/tuupola/cors-middleware/src/CorsMiddleware.php. ``` ## Fix Change the setting `'origin.server' => 'localhost'` to `'origin.server' =>...

## 🐛 Bug Report The below minimal sample looks fine. It does work when serving with `docker run` or a local Python web server. But when served from a Docker...

Would be cool if there was a setting to allow CORS. Either an option to not block OPTION requests, or better: CORS headers directly from within the plugin. The issue...

## 🔙 Regression On Flutter beta channel, the below crashes the application. The stable branch is fine. Possibly related to this [issue](https://github.com/flutter/flutter/issues/158093) with Flutter's `Image.network` widget. ### Old (and correct)...