Replies: 1 comment
-
Actually after initing the repo it worked. How to access this post ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After github auth i cannot create collections:
Oops! We couldn't create your collection. Please, make sure your settings are correct by clicking here.
My env file:
NEXT_PUBLIC_APP_NAME="somename"
NEXT_PUBLIC_APP_DESCRIPTION="somename"
NEXT_PUBLIC_APP_TAGLINE="somename"
NEXT_PUBLIC_APP_URL="http://localhost:3000"
NEXT_PUBLIC_APP_REPOSITORY="https://github.com/lastpeony/myrepo"
NEXT_PUBLIC_APP_TYPE=""
NEXT_PUBLIC_CONTACT_EMAIL="[email protected]"
NEXT_PUBLIC_CMS_REPOSITORY_BRANCH="main"
NEXT_PUBLIC_CMS_GITHUB_ID="github_id"
NEXT_PUBLIC_CMS_GITHUB_SECRET="secret"
NEXT_PUBLIC_CMS_TOKEN_SECRET="token"
NEXT_PUBLIC_CMS_REPOSITORY_SLUG="myrepo"
NEXT_PUBLIC_CMS_REPOSITORY_OWNER="lastpeony"
My repo is private.
this is how settings is:
By the way how does elegant database works? I mean where does blog posts are stored? I will move my next SaaS to elegant for blog posts, will use it kinda like a wordpress
Beta Was this translation helpful? Give feedback.
All reactions