Hi,
i have a default login-screen for registered users:
https://.../login
For not registered Users I want to send a specific URL via email, which leads direct to the register page (so they don’t have to search for the register button).
https://.../register
The register page works fine with ionic serve
but in production mode on real webspace the it’s always only a 404 error
.
Because it’s working with ionic serve
the routing should be fine?
I tested to set the <base href="/">
to <base href="">
in the index.html, but it changed nothing.
Someone any ideas here?
1 post - 1 participant