You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem where contentful is returning me a Content-Type: application/vnd.contentful.delivery.v1+json but the regex doesn't pass and wreck.read returns the buffer instead of parsing it. json: force does the trick, but I think the regex should be updated. :)
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have a problem where contentful is returning me a
Content-Type: application/vnd.contentful.delivery.v1+json
but the regex doesn't pass andwreck.read
returns the buffer instead of parsing it.json: force
does the trick, but I think the regex should be updated. :)https://regex101.com/r/ZX6nwW/1
The text was updated successfully, but these errors were encountered: