Open YerkoPalma opened 8 years ago
I have a choo app which handle programmatic redirect, but when I type a valid url in the browser, then I get a 404 error. Is this a bug? Are there any work around? Maybe with haschange or something?
haschange
@YerkoPalma have you tried app.start({ hash: true }) - this should allow for hash-only changes to be caught :sparkles:
app.start({ hash: true })
I have a choo app which handle programmatic redirect, but when I type a valid url in the browser, then I get a 404 error. Is this a bug? Are there any work around? Maybe with
haschange
or something?