This commit is contained in:
Karol Wypchlo 2021-02-17 12:22:45 +01:00
parent c1286a3f24
commit 25a42dffaf
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ export async function getServerSideProps(context) {
throw new Error(`Failed to retrieve flow ${flow} with code ${status}`);
} catch (error) {
console.log(error);
return {
redirect: {
permanent: false,