for the problem
$$(1-2x)y'=y$$
the BC'S are $y(0)=-1$ and $y(1)=1$ and $0\leq x\leq 1$.
I solved this and got $\ln y =\ln\left(\dfrac 2 {1-2x}\right)+c$.
How do we determine the constant such that $y$ is real and finite everywhere from $0$ to $1$ (both limits included)?
$\ln y =\ln(2/(1-2x))+c\\ y =e^{\ln(2/(1-2x))+c}\\ y =e^{\ln(2/(1-2x))}e^{c}$
But $e^c$ is just as much of an arbitrary constant as $c$ was.
$y =Ce^{\ln(2/(1-2x))}\\ y =\frac {C}{1-2x}$
However, you have a problem at $x = \frac 12$
Going back to:
$(1-2x)y' = y \implies y(\frac 12) = 0$
And that is going to mean that $y = 0$ is the only valid solution over the interval $(0,1)$
And that gives you contradictions at the endpoints.