Skip to content

DigitalOcean Nuxt build Error: #678

@simonmaass

Description

@simonmaass

About every second or third build on digital ocean my build fails with the following error:

[nuxi]  ERROR  Nuxt Build Error: [nuxt:fonts:font-family-injection] fetch failed
[2025-08-20 11:18:06] │ file: /workspace/app/assets/css/main.css
Image

This is my config:

fonts: {
    defaults: {
      weights: [200, 300, 400, 500, 700, 800, 900],
      styles: ['normal', 'italic']
    },
    families: [{ name: 'Sofia Pro', provider: 'adobe' }],
    adobe: { id: process.env.NUXT_FONTS_ADOBE_ID }
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions