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

Strapi Starter Next Blog

Results 15 strapi-starter-next-blog 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

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

How can I make pagination work while using getStaticProps? Currently I updated my code using SWR and paginating on the articles component but doesnt look like the ideal solution

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Added a custom page to redirect when an invalid URL is accessed. This is as per the custom error page in [Next.js docs](https://nextjs.org/docs/advanced-features/custom-error-page)

I am trying to learn about strapi. So I thought I would follow one of the starter packs. Using the command ` npx create-strapi-starter my-project next-blog` gives the error... >...

Hi, I have religiously followed the instructions to deploy Strapi with Next.js on Heroku and Vercel, respectively. My Heroku instance works fine, but when deploying to Vercel, either from command-line,...

The uikit icons render with the server running after a component file is edited but, they do not render when the page is refreshed.

Hi Strapi, I have installed Strapi version 4 with node v16.9.1 and this theme with yarn, but the content text is not showing, there are no errors on front, browser...

I have deployed backend on heroku. (used cloudinary to stored images) And I tried ```yarn next dev``` and ```yarn next build``` on local. (I have added ```NEXT_PUBLIC_STRAPI_API_URL``` from heroku to...