You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to implement the example given in the new SSR features into the gatsby-node.js file but kept having issues with Authentication. It would be better to have a working example here to reference how some data can be rendered from a DynamoDB query during build-time (a query that isn't expected to change much since the data would only be updated for each new build).
The text was updated successfully, but these errors were encountered:
selipso
changed the title
Update gatsby-node and / or gatsby-ssr to support new Server-Side Rendering features
Update gatsby-node.js and / or gatsby-ssr.js for server-side rendering
Dec 14, 2020
I tried to implement the example given in the new SSR features into the
gatsby-node.js
file but kept having issues with Authentication. It would be better to have a working example here to reference how some data can be rendered from a DynamoDB query during build-time (a query that isn't expected to change much since the data would only be updated for each new build).The text was updated successfully, but these errors were encountered: