-
|
Hi when uploading any file, I see a lot of warnings like this. Did I configure something wrong 😅 ? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
We need a bit more context.
|
Beta Was this translation helpful? Give feedback.
-
No. It's a warning issued by the tusd go module (https://tus.github.io/tusd/advanced-topics/usage-package/#i-am-getting-warnings-regarding-networkcontrolerrornetworktimeouterror-and-feature-not-supported-why). As far as I understand in mostly harmless currently. To fix it we need to check the go middlewares we use and implement Let's create an issue for this, to keep it tracked. |
Beta Was this translation helpful? Give feedback.
No. It's a warning issued by the tusd go module (https://tus.github.io/tusd/advanced-topics/usage-package/#i-am-getting-warnings-regarding-networkcontrolerrornetworktimeouterror-and-feature-not-supported-why). As far as I understand in mostly harmless currently. To fix it we need to check the go middlewares we use and implement
Unwrapmethods where needed.Let's create an issue for this, to keep it tracked.