Kratos Quickstart Doesn't Work at v0.8.0-alpha.1 #1926
-
John Porter Oct 26th at 5:32 PM Has anyone actually got this working before? If so, can anyone give me some pointers? I’ve attempted to change the I then get a I’m completely stumped here as no routes anywhere in the ui app are defined as prefixed with I’ve tried this without oathkeeper and I get the same 404 described above. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Welcome back! Glad to have you! alpha.3 has resolved all of these issues! Can you try out that release? |
Beta Was this translation helpful? Give feedback.
-
I was trying that as you replied. Unfortunately it doesn't work:
I navigated to |
Beta Was this translation helpful? Give feedback.
-
Hey John, When I start the quickstart from scratch with I am guessing that the Oathkeeper part in your setup is causing the errors. Can you share the config and ideally some steps on how I can reproduce it? And did you make changes to the quickstart.yml? |
Beta Was this translation helpful? Give feedback.
-
Hey, I've pulled it all together into one yaml file and used an env file to gather shared var values, so it is customised yes, but I am being meticulous in ensuring I reproduce it properly between versions by taking the quickstart yaml's and using
The oathkeeper config is an exact copy of that which is in the contrib dir, so I don't know exactly how to solve the issues. I will try the quickstart itself from kratos now with the oathkeeper config, just to be sure it's not me. |
Beta Was this translation helpful? Give feedback.
-
I can confirm it works without oathkeeper. Problem I have is that I'm trying to evaluate this as a set up including oathkeeper. I can generally see what's going on as I've done routing like this before. Do I need to simply add |
Beta Was this translation helpful? Give feedback.
I can confirm it works without oathkeeper.
Problem I have is that I'm trying to evaluate this as a set up including oathkeeper. I can generally see what's going on as I've done routing like this before. Do I need to simply add
welcome
to the anonymous ruleset?