strapi-starter-next-corporate icon indicating copy to clipboard operation
strapi-starter-next-corporate copied to clipboard

Next.js starter for creating a corporate site with Strapi.

Results 27 strapi-starter-next-corporate issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

error - pages/_app.js (24:10) @ MyApp TypeError: Cannot destructure property 'metadata' of 'global.attributes' as it is undefined. 22 | } 23 | > 24 | const { metadata, favicon, metaTitleSuffix...

I tried to use "Large video" in the starter but the video doesn't work, I upload the video correctly to the media and the frame of the video appears on...

Hey guys, Strapi v4 requires post requests to be wrapped in with "data". So in the /sections/lead-form.js edit this section: ` body: JSON.stringify({ email: values.email, location: data.location }` ` body:...

Error: Image with src "/uploads/undraw_content_team_545abb0b49.svg" must use "width" and "height" properties or "layout='fill'" property

I followed the instructions and deployed this template; I see strapi coming up effortlessly (on mongodb). However the front end doesn't render and gives error. /Users/shivaprasadkadoor/programs2102-2/clayart>yarn develop yarn run v1.22.5...

I set this starter project up locally with no customization, and I'm having issues getting preview mode to work. I get this error: ``` [develop:frontend] error - ReferenceError: locale is...

I was getting a goofy error trying to add a new page after deploying the template. error: insert into "components_meta_metadata" ("meta_description", "meta_title", "twitter_card_type") values ($1, $2, $3) returning "id" -...

Bumps [next](https://github.com/vercel/next.js) from 11.0.1 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

Unable to try out this corporate template and the blog template because of an error installing the fortawesome dependency. ``` npx create-strapi-starter my-project next-blog npx create-strapi-starter my-project next-corporate ``` Gives:...