You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
Hi,
I've just started using friend, and I'm quite fresh user of ring/compojure, and I'm probably missing something obvious, but I don't understand why route which is defined as :default-landing-uri is not accessible when I explicitly hit that url... E.g. :default-landing-uri "/welcome", works ok after login, but when I try localhost/welcome it redirect me to not-found route. Any hints?
The text was updated successfully, but these errors were encountered:
:default-landing-uri is a redirection target (for when someone logs in without previously being redirected because they hadn't logged in yet). It's not a route. Does that clarify things?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've just started using friend, and I'm quite fresh user of ring/compojure, and I'm probably missing something obvious, but I don't understand why route which is defined as :default-landing-uri is not accessible when I explicitly hit that url... E.g. :default-landing-uri "/welcome", works ok after login, but when I try localhost/welcome it redirect me to not-found route. Any hints?
The text was updated successfully, but these errors were encountered: