Fix polyfills import
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.6) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.6) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Konstantin Wohlwend 2024-08-30 14:44:15 -07:00
parent c2c464cd45
commit 024ca14336

View File

@ -1,6 +1,6 @@
import { StackAssertionError, captureError } from "@stackframe/stack-shared/dist/utils/errors";
import { NextRequest, NextResponse } from "next/server";
import '../polyfills';
import '../../../polyfills';
const handler = async (req: NextRequest) => {
const msg = "Stack Auth's dashboard API is no longer available. Please upgrade the version of your Stack Auth client library, or join our Discord server for assistance: https://discord.stack-auth.com";