Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/452b35466f7f3055483ffa1a4007f4f1da879d15
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
1 deletions
go.mod
go.sum
@ -3,7 +3,7 @@ module git.slaventius.ru/test3k/auth
go 1.19
require (
git . slaventius . ru / test3k / umate v0 . 0.0 - 20230224071336 - c256dd02b0f7
git . slaventius . ru / test3k / umate v0 . 0.0 - 20230228085343 - 523 fb50446c9
github . com / go - chi / chi / v5 v5 . 0.8
github . com / kelseyhightower / envconfig v1 . 4.0
github . com / prometheus / client_golang v1 . 14.0
@ -33,6 +33,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
git.slaventius.ru/test3k/umate v0.0.0-20230224071336-c256dd02b0f7 h1:Eo+tW2vVUvhz3mMR04QCzxTx51M0rQfQKV4M6Y/3dBM=
git.slaventius.ru/test3k/umate v0.0.0-20230224071336-c256dd02b0f7/go.mod h1:xE7ik2EnLB+CNDJA5+HbRIwAk+V7sgUjS0HPeXS5Ka0=
git.slaventius.ru/test3k/umate v0.0.0-20230228085343-523fb50446c9 h1:OJryx+ovm7tjWGxq/E/u6jX9HSDr2PCBuEuCkVz+WWk=
git.slaventius.ru/test3k/umate v0.0.0-20230228085343-523fb50446c9/go.mod h1:xE7ik2EnLB+CNDJA5+HbRIwAk+V7sgUjS0HPeXS5Ka0=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=