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

hash MessageDeduplicationId to avoid invalid values #139

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

mathisobadia
Copy link
Contributor

This PR should solve issue #138 the error happens when the page path is too long for the message MessageDeduplicationId
that needs to be less than 128 characters (see documentation )

I though about truncating the page path but if some pages share the same start of the (really long) path then we would get collisions on the message id potentially.

@changeset-bot
Copy link

changeset-bot bot commented Jun 22, 2023

🦋 Changeset detected

Latest commit: ef19686

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
open-next Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jun 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2023 4:23pm

@seed-deploy seed-deploy bot temporarily deployed to pr139 June 22, 2023 16:22 Inactive
@fwang fwang merged commit bbd31b3 into opennextjs:main Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants