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

Can't generate static pages #1404

Open
lumos94 opened this issue Jul 9, 2024 · 0 comments
Open

Can't generate static pages #1404

lumos94 opened this issue Jul 9, 2024 · 0 comments

Comments

@lumos94
Copy link

lumos94 commented Jul 9, 2024

when I am trying to generate a static page I get the below errors and the process stops.

ENOENT: no such file or directory, mkdir 'C:\laragon\www\folder\project_folder\.output\public\_ipx\s_104x106\https:\cms.com\uploads'

Errors prerendering:
  ├─ /_ipx/f_webp/https://cms.com/uploads/section1_image_86ade131d3.png (944ms)                                                                                                                                                                                                     nitro 4:19:24 pm  
  │ ├── Error: [500]
  │ └── Linked from /en/sala-de-trading
  │ └── Linked from /sala-de-trading
  ├─ /_ipx/f_webp&s_352x66/https://cms.com/uploads/dotted_arrows_down_icon_d5eaeb41e9.png (2042ms)     

my config is:

image: {
        format: ['webp', 'avif', 'png', 'jpeg', 'jpg', 'svg'],
        domains: [`${process.env.NUXT_STRAPI_URL}`, `${process.env.NUXT_BASE_URL}`],
        strapi: {
            baseURL: 'https://cms.com'
        }
    },
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

No branches or pull requests

1 participant