fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

Disable the invalid external link when create a new check #361

Open 7anshuai opened 7 years ago

7anshuai commented 7 years ago

When create a new check, the external link for check url is localhost:8082/dashboard/checks/undefinde.

It will cause a 500 CastError: Cast to ObjectId failed for value "undefinded" at path "_id".

Need disable the external link in that page.