-
Notifications
You must be signed in to change notification settings - Fork 115
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
chore: Gitpodify ClassroomIO #57
chore: Gitpodify ClassroomIO #57
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to a Personal Account owned by @rotimi-best on Vercel. @rotimi-best first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
I'm about to test running it on Gitpod. |
Hey @rotimi-best, on running the workspace, everything seems to be fine except when starting Supabase I get the following error - "ERROR: constraint "buckets_owner_fkey" of relation "buckets" does not exist (SQLSTATE 42704)". I know what the error is saying but I can't seem to find a way to fix this. Would you know what I could do here? |
@obakeng-develops Bro you rock, thanks for working on this. I think you need to just remove this line in the migration file I can do that real quick and test it out |
@obakeng-develops I have gotten However I think there are a couple of things left:1. Setting ports and specifying the port that should open in the browser. This is an example from the gitpod setup of @formbricks2. Copying the environment variables from
|
Closing this PR because it has been inactive by the original author for about 1 week. I am taking over the PR in a different branch: #91 |
What does this PR do?
This PR aims to create a Gitpod setup to simplify contributing to the repo via the browser.
Fixes # (issue)
N/A
Type of change
How should this be tested?
To test this, you need to download the Gitpod Chrome Extension here and then run the workspace in your account.
Checklist
Required
pnpm build
console.logs
git pull origin main
Appreciated