Mohammad Rafigh

Results 35 comments of Mohammad Rafigh

Please allow using a custom Piped instance like how Libretube handles that.

@KRTirtho I noticed that even if we use a custom Piped instance Spotube fetches playlists and track info from Spotify which is also blocked in many countries and the Spotube...

Still in progress?

yes, I agree too, but for now you can resolve it by adding this attribute to your in manifest: `tools:replace="android:icon"`

Thank you, You are a great team with great products like Taiga and Penpot

hi, as @tejada said, documentation is outdated, you don't need to extend anymore. you just need to use `@JSoapClass(namespace = "http://tempuri.org/")` annotation before your class.

I had a look into database an noticed users don't have the upload video permission. Is it intended? If a user can contribute an exercise and add images then why...

Nope not working. Both SITE_URL and MEDIA_URL are ignored.

Ta da! I found the problem, actually it was my fault, I forgot to send `Host` header from my reverse proxy to the Wger backend. `proxy_set_header Host $host;`. Although I...

Yes, updated docker image to the latest, the problem still persists even worse for some reason nginx proxy header `proxy_set_header Host $host;` is not working anymore. Here are my whole...