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
Recently added Keystatic to my new personal website, written using Remix and hosted on Vercel.
I've hooked it up to GitHub rather than using the local storage option and am running into an issue when interacting with the site in production. No posts show up when I visit the posts page, however I'm able to see all of the entries in the Keystatic UI completely fine?
They appear without issue when I run the same code locally, so I'm having trouble figuring out what I've done wrong. I'm using the same set of environment variables locally as I am in Vercel.
I've logged the Reader that is created in Remix's loader:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently added Keystatic to my new personal website, written using Remix and hosted on Vercel.
I've hooked it up to GitHub rather than using the
local
storage option and am running into an issue when interacting with the site in production. No posts show up when I visit the posts page, however I'm able to see all of the entries in the Keystatic UI completely fine?They appear without issue when I run the same code locally, so I'm having trouble figuring out what I've done wrong. I'm using the same set of environment variables locally as I am in Vercel.
I've logged the Reader that is created in Remix's loader:
The
repoPath
looks a little weird to me but maybe that's correct?Beta Was this translation helpful? Give feedback.
All reactions