-
Notifications
You must be signed in to change notification settings - Fork 5
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
added github link #67
base: main
Are you sure you want to change the base?
Conversation
@Galitie is attempting to deploy a commit to the 100devs Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@Galitie please merge, should be simple enough to do |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@nmpereira will merge once ci/ ci test passes... seems to be failing at the build stage... |
@nmpereira unfortunately the Vercel Pro trial has ended and I'm the only member of the team able to allow Preview Deployments. Note that PR deployments are "nice to have", even for e2e testing you can use a local build. |
I can't get to my setup, so can you try running the build step on your local and see if it's also failing and why? |
@nmpereira It doesn't build (how I made it build below the error): Error message: I can make it build, but only if I swap the argument process.env.NEXT_PUBLIC_CONVEX_URL! in app\providers\ConvexClientProvider.tsx on line 5 with http://localhost:3000/ const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_URL!); I just thought that was a me thing since I might not have access to Convex. Maybe it's not? |
Closes #66
Description
Added github link to main page, opens new tab
Testing
n/a
Type of change
Screenshots
See issue #66
Checklist: