{t("common:error-page-title")}
A problem occured when trying to login
{t("common:404-not-found-link")}import useTranslation from "next-translate/useTranslation"; import Head from "next/head"; import Link from "next/link"; import CookieBanner from "../../components/cookieBanner"; import Footer from "../../components/footer"; import Header from "../../components/header"; function Error({ statusCode }, props) { let { t, lang } = useTranslation(); const { footerLinks, pages } = props; return (
A problem occured when trying to login
{t("common:404-not-found-link")}