Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid URL on redirectToPreviewURL() #90

Open
bymoe opened this issue Jan 5, 2024 · 1 comment
Open

Invalid URL on redirectToPreviewURL() #90

bymoe opened this issue Jan 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bymoe
Copy link

bymoe commented Jan 5, 2024

Getting TypeError: Invalid URL on redirectToPreviewURL on the Next.js preview api route.

Screenshot 2024-01-05 at 3 39 01 PM

Versions

  • @prismicio/next: ^1.5.0
  • next: 13.1.6
  • node: 16.14.2

Reproduction

Just following the simplest Next.js documentation to enable previews:
On api/preview.ts:

export default async function handler(
  req: NextApiRequest,
  res: NextApiResponse
) {
  const client = Client({ req });
  setPreviewData({ req, res });
  await redirectToPreviewURL({
    req,
    res,
    client,
    linkResolver: previewLinkResolver,
  });
}

Steps to reproduce

yarn dev then access any preview link. e.g. /api/preview?token=:token1&documentId=:id

What is expected?

redirectToPreviewURL shouldn't error. Afaik latest prismic-next version works fine with Next.js 13

What is actually happening?

Editing the document on Prismic and then clicking the "View" redirects just fine to my local preview route, but redirectToPreviewURL errors with 500 and unable to view anything.

@bymoe bymoe added the bug Something isn't working label Jan 5, 2024
Copy link

github-actions bot commented Jan 5, 2024

This issue has been labeled as a bug since it was created using the 🚨 Bug Report Template.

Hi there, thank you so much for the report!

Following our Maintenance Process, we will review your bug report and get back to you next Wednesday. To ensure a smooth review of your issue and avoid unnecessary delays, please make sure your issue includes the following:

  • Information about your environment and packages you use (Node.js version, package names and their versions, etc.)
    Feel free to attach a copy of your package.json file.
  • Any troubleshooting steps you already went through
  • A minimal reproduction of the issue, and/or instructions on how to reproduce it

If you have identified the cause of the bug described in your report and know how to fix it, you're more than welcome to open a pull request address it. Check out our quick start guide for a simple contribution process.

If you think your issue is a question (not a bug) and would like quicker support, please close this issue and forward it to an appropriate section on our community forum: https://community.prismic.io

- The Prismic Open-Source Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant