host
This commit is contained in:
parent
18ea902db9
commit
5143a71e07
|
@ -32,7 +32,7 @@ export async function getServerSideProps(context) {
|
|||
|
||||
throw new Error(`Failed to retrieve flow ${flow} with code ${status}`);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
console.log(config.kratos.public, error.message);
|
||||
|
||||
return {
|
||||
redirect: {
|
||||
|
|
Reference in New Issue