{"id":180,"date":"2023-02-15T21:49:12","date_gmt":"2023-02-15T21:49:12","guid":{"rendered":"https:\/\/blog.simulakrum.vpndns.org\/?p=180"},"modified":"2023-02-15T21:51:44","modified_gmt":"2023-02-15T21:51:44","slug":"minio-displays-no-objects-in-the-buckets","status":"publish","type":"post","link":"https:\/\/blog.simulakrum.vpndns.org\/?p=180","title":{"rendered":"MinIO displays no objects in the buckets"},"content":{"rendered":"\n<p>MinIO works apparently properly, the mc tool lists everything well, but WebGUI shows no objects in the buckets, having the &#8220;Loading&#8221; bar just spinning at the bottom? <\/p>\n\n\n\n<p>The WebScokets proxying is probably not properly set in the upstream NginXs! <\/p>\n\n\n\n<p>This works, though:<br><br>for console:<br><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>    location \/ {\n    proxy_pass https:\/\/minio-console\/;\n    proxy_set_header Host $http_host;\n    real_ip_header X-Real-IP;\n    proxy_set_header X-Real-IP $remote_addr;\n    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n    proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;\n    proxy_set_header X-Forwarded-Proto $scheme;\n    proxy_set_header X-NginX-Proxy true;\n    proxy_connect_timeout 300;\n    proxy_http_version  1.1;\n    proxy_set_header Upgrade $http_upgrade;\n    proxy_set_header Connection \"upgrade\";\n    chunked_transfer_encoding off;<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>and for data:<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        location \/ {\n        proxy_pass https:\/\/minio-data\/;\n\tproxy_set_header   Host \t     $host;\n      \tproxy_set_header   X-Real-IP         $remote_addr;\n      \tproxy_set_header   X-Forwarded-For   $proxy_add_x_forwarded_for;\n      \tproxy_set_header   X-Forwarded-Proto $scheme;\n      \tproxy_max_temp_file_size 0;\n      \tproxy_connect_timeout      300;\n\tproxy_http_version \t   1.1;\n      \tproxy_set_header Connection \"\";\n\tchunked_transfer_encoding off;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>MinIO works apparently properly, the mc tool lists everything well, but WebGUI shows no objects in the buckets, having the &#8220;Loading&#8221; bar just spinning at the bottom? The WebScokets proxying is probably not properly set in the upstream NginXs! This works, though: for console: and for data:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-180","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=180"}],"version-history":[{"count":3,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/posts\/180\/revisions"}],"predecessor-version":[{"id":183,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=\/wp\/v2\/posts\/180\/revisions\/183"}],"wp:attachment":[{"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.simulakrum.vpndns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}