PKU-DAIR / open-box

Generalized and Efficient Blackbox Optimization System
https://open-box.readthedocs.io
Other
356 stars 52 forks source link

A issue on the register page #71

Open J2DOG opened 8 months ago

J2DOG commented 8 months ago

在客户端上点击注册返回404,显示缺少static文件夹下的文件。

[09/Nov/2023 16:55:56] "GET /user_board/register HTTP/1.1" 302 0 [09/Nov/2023 16:55:56] "GET /user_board/index/ HTTP/1.1" 200 3615 [09/Nov/2023 16:55:56] "GET /static/vendor/font-awesome/css/font-awesome.min.css HTTP/1.1" 404 1896 [09/Nov/2023 16:55:57] "GET /favicon.ico HTTP/1.1" 302 0 [09/Nov/2023 16:55:57] "GET /user_board/index/ HTTP/1.1" 200 3615

J2DOG commented 8 months ago

You should only add the font-awesome folder to solve the issue. But there still has some bugs to the register page.