coala/gh-board

Login locally prefills with incorrect API endpoint

Opened this issue · 4 comments

Similar to #71

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

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

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

Yes, I'll take it up.

@li-boxuan Is this issue still open?