| Link to the actual app https://app.cinny.in/login __________ EDIT: Upon registration "Password must contain 1 number, 1 uppercase letters, 1 lowercase letters, 1 non-alpha numeric number, 8-16 characters with no space." Not sure if that's a Matrix limitation or just javascript validation, but if it's on your end please don't do that... if anything you're enforcing less secure passwords. __________ EDIT 2: Hitting reload on https://app.cinny.in/register leads to a 404 |
But if you go to the homepage (index.html) and click on Login it will do the weird little SPA routing thing and load the page correctly.
I'm guessing netlify needs to route every URL path to the index.html?
SPA apps have just fundamentally broken the web.