Replies: 1 comment 1 reply
-
@benslv did you find your answer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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