coala / gh-board

:octocat: Kanban for GitHub Issues
https://coala-gh-board.netlify.com/
GNU Affero General Public License v3.0
21 stars 25 forks source link

Login locally prefills with incorrect API endpoint #179

Open li-boxuan opened 5 years ago

li-boxuan commented 5 years ago

Similar to https://github.com/coala/gh-board/issues/71

The custom endpoint should be null when starting the app on the local machine. image

bhawesh96 commented 5 years ago

I tried to reproduce the issue. It occurs whenever the local sever is NOT localhost:8080. eg. it'll happen when we're running on 0.0.0.0:8080 or 127.0.0.1:8080

We can resolve this by adding more conditions here

li-boxuan commented 5 years ago

@bhawesh96 Yeah, that's right. Do you want to take up this issue?

bhawesh96 commented 5 years ago

Yes, I'll take it up.

123vivekr commented 5 years ago

@li-boxuan Is this issue still open?