You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
run AppFlowy-Cloud in docker (without nginx container), run nginx in host. export minio,appflowy_cloud, gotrue, and admin_frontend ports,configrated nginx web server. everything work ,but Minio Web load error (both PgAdmin and Portainer web load and login fine)
App Client work fine
Windows and Android App can login and sync
To Reproduce
Steps to reproduce the behavior:
modify docker-compose.yml, .env, host's /etc/nginx/nginx.conf, /etc/nginx/nginx.conf/sites-enabled/not.conf
.env changed: API_EXTERNAL_URL=https://mydomain/gotrue
docker-compose.yml changed: add bind diffrent host ports to minio,appflowy_cloud, gotrue, and admin_frontend, and change them in nginx server proxy_pass
nginx changed: use host applicantion, add configration files:
Failed to load resource: the server responded with a status of 404 ()
Refused to apply style from 'https://mydomain/gotrue/minio/static/css/main.e60e4760.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Failed to load resource: the server responded with a status of 404 ()Understand this errorAI
minio/:1 Refused to apply style from 'https://mydomain/gotrue/minio/styles/root-styles.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this errorAI
main.954ee255.js:1
Failed to load resource: the server responded with a status of 404 ()Understand this errorAI
minio/:1 Refused to execute script from 'https://mydomain/gotrue/minio/static/js/main.954ee255.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.Understand this errorAI
Loader.svg:1
Failed to load resource: the server responded with a status of 404 ()Understand this errorAI
manifest.json:1
Failed to load resource: the server responded with a status of 404 ()Understand this errorAI
manifest.json:1 Manifest: Line: 1, column: 5, Unexpected data after root element.Understand this errorAI
minio/:1 Refused to apply style from 'https://mydomain/gotrue/minio/styles/root-styles.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this errorAI
minio/:1 Refused to apply style from 'https://mydomain/gotrue/minio/static/css/main.e60e4760.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this errorAI
manifest.json:1
Failed to load resource: the server responded with a status of 404 ()
MinIO Object Storage Server
Copyright: 2015-2025 MinIO, Inc.
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Version: RELEASE.2024-12-18T13-15-44Z (go1.23.4 linux/amd64)
API: http://192.168.1.3:9000 http://127.0.0.1:9000
WebUI: http://192.168.100.3/gotrue/minio
Docs: https://docs.min.io
WARN: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables
Screenshots
Expected behavior
Minio page show up login
Desktop (please complete the following information):
Describe the bug
run AppFlowy-Cloud in docker (without nginx container), run nginx in host. export
minio
,appflowy_cloud
,gotrue
, andadmin_frontend
ports,configrated nginx web server. everything work ,but Minio Web load error (both PgAdmin and Portainer web load and login fine)App Client work fine
Windows and Android App can login and sync
To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
,.env
, host's/etc/nginx/nginx.conf
,/etc/nginx/nginx.conf/sites-enabled/not.conf
.env changed:
API_EXTERNAL_URL=https://mydomain/gotrue
docker-compose.yml changed: add bind diffrent host ports to
minio
,appflowy_cloud
,gotrue
, andadmin_frontend
, and change them in nginx serverproxy_pass
nginx changed: use host applicantion, add configration files:
/etc/nginx/nginx.conf:
/etc/nginx/sites-enabled/note.conf:
PgAdmin
Minio
Portainer
web work statem, only Minio page(https://note.blfs.top/minio/) show blank, F12 get debug infoChrome web F12 :
Docker logs about gotrue and mino:
Screenshots

Expected behavior
Minio page show up login
Desktop (please complete the following information):
Additional context
debug-docker-compose.zip
The text was updated successfully, but these errors were encountered: