Newly created blog is not reflecting in dynamic pages when app already running in production #31875
Unanswered
balakumar104
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I already have 8 blogs in DB, when using "gatsby build" those blogs are created as new pages using createpages flow through gatsby.node.js and when running the site, dynamically created blogs are working fine,
But when new blog added in DB, then its not getting created as a new page in runtime, so when click on the new blog I'm getting "404" page not found error .
Please let me know, if there is any possibility to create a dynamic page when new blog added in DB without rebuilding the site,
since we can't ask client to rebuild the site after every update.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions