Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Following installation instructions does not lead to a healthy site #413

Open
evannielsen opened this issue Feb 25, 2025 · 2 comments
Open

Comments

@evannielsen
Copy link

evannielsen commented Feb 25, 2025

  1. Follow the directions from https://www.weavecms.com/docs/installation.
  2. Create a project in Vercel that is connect to https://github.com/evannielsen/weavecms, forked on 2/25.
  3. Deploy the project
  4. Navigate to newly created url
  5. Redirects to https://{new url}/auth and not a place to create an account
  6. Navigate to https://{new url}/auth/create-account?email={my email}
  7. Enter a password
  8. Click "Create Account"
  9. A new user is created in supabase with the email specified
  10. Error in the browser Image

Environment Variables specified at deploy time with values:

PUBLIC_SUPABASE_URL=
PUBLIC_SUPABASE_PUBLIC_KEY=
PRIVATE_SUPABASE_PRIVATE_KEY=
PRIVATE_RESEND_KEY=
PRIVATE_RESEND_EMAIL=
PRIVATE_CLOUDFLARE_ZONE_ID=
PRIVATE_CLOUDFLARE_ACCOUNT_ID=
PRIVATE_R2_TOKEN=
PRIVATE_R2_ACCESS_KEY_ID=
PRIVATE_R2_SECRET_ACCESS_KEY=
PUBLIC_BASE_DOMAIN_NAME=
PRIVATE_CLOUDFLARE_ACCOUNT_TOKEN=

Deployment Log
Deploy Log.txt

@mateomorris
Copy link
Collaborator

Sorry yeah just added a bit in the docs about how to sign up. It's actually https://{new url}/auth?signup not /create-account (that's the url for collaborators), probably should be consolidated. I'd recommend deleting the user from supabase and signing back up from the correct url.

Also I haven't announced the new version yet and still ironing things out but this is helpful, so if want to DM me feel free, here's the discord (haven't updated branding yet fyi): https://discord.gg/DMQshmek8m

@mateomorris
Copy link
Collaborator

fyi PRIVATE_RESEND_EMAIL has been changed to PRIVATE_RESEND_EMAIL _DOMAIN, just need to change that from your host when you sync your fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants