Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] <Error500> #43

Closed
pipuwong opened this issue Feb 10, 2024 · 4 comments
Closed

[QUESTION] <Error500> #43

pipuwong opened this issue Feb 10, 2024 · 4 comments

Comments

@pipuwong
Copy link

pipuwong commented Feb 10, 2024

Question

Error display:

谬误 500

哎呀!出现意外错误
[转到文档 →](https://mafl.hywax.space/)
{
 "services": {
  "_errors": [
   "Required",
   "Required"
  ]
 }
}

My docker compose :

version: '3.8'

services:
  mafl:
    image: hywax/mafl
    restart: unless-stopped
    ports:
      - '16010:3000'
    volumes:
      - ./config.yml:/app/data/config.yml

My Linux Cpu:

发行版本 debian-12.4

内核版本 6.1.0-10-amd64
系统类型 x86_64

Category

Setup and Deployment

@hywax-assistant
Copy link
Collaborator

👋 @klsdfjo
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@hywax
Copy link
Owner

hywax commented Feb 10, 2024

Hi, can you show your config.yml? Some field is missing, validator doesn't write it for some reason.

You can use the example.

@pipuwong
Copy link
Author

Thank you for the config.yml file you provided. The reason for the problem is that docker compose up -d creates the config.yml folder by default, not the config.yml file. I sent the config.yml file you provided in advance to the server last time before it was solved.

@hywax
Copy link
Owner

hywax commented Feb 14, 2024

Okay, well, if you have any problems, let me know

@hywax hywax closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants