Hello, I installed a 1.40 a public instance of Funkwhale on Ubuntu 22.04 with docker method and nginx as proxy but no music is found, whether the user is anonymous or logged in.
From the webpage, however, it works correctly and "API Requires authentication" setting is disabled, on other pods I have no problem
Tested on Android 12 and 13, offial app and preview branch
Instance url: https://stereo.kenobit.it
Logs
unkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/tracks/ HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-api-1 | 2023-12-30 13:05:16,695 django.request WARNING Unauthorized: /api/v1/favorites/tracks/all/
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/favorites/tracks/all/?playable=true&page_size=50&page=1&scope=all HTTP/1.1" 401 24 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-api-1 | 2023-12-30 13:05:16,696 django.request WARNING Unauthorized: /api/v1/users/users/me/
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/users/users/me/ HTTP/1.1" 401 58 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-api-1 | 2023-12-30 13:05:16,719 django.request WARNING Unauthorized: /api/v1/favorites/tracks/all/
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/favorites/tracks/all/?playable=true&page_size=50&page=1&scope=all HTTP/1.1" 401 24 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/artists/?playable=true&ordering=name&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/radios/radios/?ordering=name&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/albums/?playable=true&ordering=title&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:16 +0000] "GET /api/v1/playlists/?playable=true&ordering=name&page_size=50&page=1&scope=all HTTP/1.1" 200 827 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:47 +0000] "GET /api/v1/favorites/tracks/?scope=all&ordering=-creation_date&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:48 +0000] "GET /api/v1/albums/?playable=true&ordering=title&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
funkwhale-front-1 | 172.19.0.1 - - [30/Dec/2023:13:05:54 +0000] "GET /api/v1/favorites/tracks/?scope=all&ordering=-creation_date&page_size=50&page=1&scope=all HTTP/1.1" 200 52 "-" "Dalvik/2.1.0 (Linux; U; Android 14; Pixel 7 Build/UQ1A.231205.015)" "MYip"
After trying some login
funkwhale-api-1 | 2023-12-30 13:33:06,881 django.request WARNING Too Many Requests: /api/v1/oauth/apps/
Am I missing some config?
Thank you
Federico