---
title: "Troubleshooting Nuxt OG Image · Nuxt OG Image · Nuxt SEO"
canonical_url: "https://nuxtseo.com/docs/og-image/v5/getting-started/troubleshooting"
last_updated: "2026-08-16T10:00:27.731Z"
meta:
  description: "Create minimal reproductions for Nuxt OG Image or just experiment with the module."
  "og:description": "Create minimal reproductions for Nuxt OG Image or just experiment with the module."
  "og:title": "Troubleshooting Nuxt OG Image · Nuxt OG Image · Nuxt SEO"
---

Nuxt SEO on GitHub

You're viewing **OG Image v5** documentation. For the latest, [~~switch to v6~~](https://nuxtseo.com/docs/og-image/getting-started/introduction).

](https://nuxtseo.com/docs/og-image/v5/getting-started/introduction)

](https://nuxtseo.com/docs/og-image/v5/api/define-og-image)

](https://nuxtseo.com/docs/og-image/v5/releases/v5)

Switch to OG Image](https://nuxtseo.com/docs/og-image/getting-started/introduction)Switch to Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/getting-started/introduction)Switch to Robots](https://nuxtseo.com/docs/robots/getting-started/introduction)Switch to Sitemap](https://nuxtseo.com/docs/sitemap/getting-started/introduction)Switch to Schema.org](https://nuxtseo.com/docs/schema-org/getting-started/introduction)Switch to Link Checker](https://nuxtseo.com/docs/link-checker/getting-started/introduction)Switch to SEO Utils](https://nuxtseo.com/docs/seo-utils/getting-started/introduction)Switch to Site Config](https://nuxtseo.com/docs/site-config/getting-started/introduction)Switch to Skew Protection](https://nuxtseo.com/docs/skew-protection/getting-started/introduction)Switch to AI Ready](https://nuxtseo.com/docs/ai-ready/getting-started/introduction)

**Getting Started**

# **Troubleshooting Nuxt OG Image**

## Debugging

### Nuxt DevTools

The best tool for debugging is the Nuxt DevTools integration with Nuxt OG Image.

This will show you your OG Image and give you all of the debug information.

### Debug Config

You can enable the [**~~debug~~**](https://nuxtseo.com/docs/og-image/api/config#debug) option which will give you more granular output.

## Submitting an Issue

You can use the following Stackblitz playgrounds to experiment with Nuxt OG Image and submit issues.

If you run into any issues with Nuxt OG Image, it's recommended to clone of these playgrounds Stackblitz to reproduce the issue.

- [**~~Nuxt OG Image~~**](https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=pages/index.vue)
- [**~~Nuxt OG Image x Nuxt Content v2~~**](https://stackblitz.com/edit/github-hgunsf?file=package.json)
- [**~~Nuxt OG Image x Nuxt Content v3~~**](https://stackblitz.com/edit/github-hgunsf-wd8esdec)
- [**~~Nuxt OG Image x Nuxt I18n~~**](https://stackblitz.com/edit/nuxt-starter-uw7pqmxg?file=nuxt.config.ts)

### Stackblitz Compatibility

StackBlitz runs Nuxt within a webcontainer, so it has fairly limited compatibility.

- You can't use anything that will require a fetch request to a different server (e.g. Google Fonts, custom Emojis, images, etc).
- The `**chromium**` renderer is not supported
- `**sharp**` is not supported, so you can't use JPEGs
- `**inline-css**` is not supported, so you can't `**<style>**` blocks

**Was this page helpful?**

[**Installation** Get started with Nuxt OG Image by installing the dependency to your project.](https://nuxtseo.com/docs/og-image/v5/getting-started/installation) [**Tutorial: Your first OG Image** Get started with the module by setting up your first og:image on your home page.](https://nuxtseo.com/docs/og-image/v5/getting-started/getting-familar-with-nuxt-og-image)