mindoc icon indicating copy to clipboard operation
mindoc copied to clipboard

Responding With 422 Status Code

Open LawyZheng opened this issue 5 years ago • 3 comments

When the XSRF enabled, some create requests, such as project namespace, will fail to handle responding 422 status code. Although it could be fixed by set XSRF disabled, still required to fix in the future.

LawyZheng avatar Apr 19 '21 01:04 LawyZheng

Which beego version are you using?

roberChen avatar Apr 19 '21 01:04 roberChen

Beego Version v1.12.3 Not Tested in Beego Version 2.x.x

LawyZheng avatar Apr 19 '21 01:04 LawyZheng

这是开启了https配置导致的,改为false即可,这是个bug,部署文档: https://dev.bbexam.com/

ProgressiveDevelop avatar Aug 13 '21 10:08 ProgressiveDevelop