nextjs-starter icon indicating copy to clipboard operation
nextjs-starter copied to clipboard

Fix: Improve OG data fetching and error reporting

Open jacksonlpz opened this issue 4 months ago • 1 comments

  • Replaced custom HTML entity decoder in og/fetch with the 'he' library for comprehensive decoding.
  • Enhanced error responses in both og/fetch and og/proxy routes to include detailed messages from caught exceptions.
  • Added @types/he to devDependencies.

jacksonlpz avatar Jul 10 '25 23:07 jacksonlpz