Swagger access issue

I started locally using version 1.9.2, and I want to check the API definition documentation under the console. However, when I access /api/console/swagger-ui.html, it shows “Model not registered”, but I can access /api/swagger-ui.html without any issues. What could be causing this? Did I miss some configuration? Through local debugging, I found that only interfaces with annotations like @marshal_with(xxx_fiedds) show this error.