vercel / virtual-event-starter-kit

Open source demo that Next.js developers can clone, deploy, and fully customize for events.
https://demo.vercel.events
MIT License
2.14k stars 431 forks source link

feat: APIify database access #88

Closed thorwebdev closed 2 years ago

thorwebdev commented 2 years ago

Following the cms-provider approach for database access in preparation of adding a Supabase DB provider.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

vercel[bot] commented 2 years ago

@thorwebdev is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
conference ✅ Ready (Inspect) Visit Preview Jul 20, 2022 at 3:54AM (UTC)
leerob commented 2 years ago
CleanShot 2022-07-11 at 06 59 19@2x

Also, can you sign the CLA? 🙏

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

thorwebdev commented 2 years ago

Signed CLA sent and in the meantime I added in the supabase db provider.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

thorwebdev commented 2 years ago

I'm running into and issue with the image rendering: "ERROR Error: Failed to launch the browser process! /tmp/chromium: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md"

This answer on SO suggest to use node v 14, but not sure if that's the correct resolution. Any ideas?

image
cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

thorwebdev commented 2 years ago

Could it be related to the max serverless function size? But how is it working previously?

image
cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

thorwebdev commented 2 years ago

Okay, anyway, this issue seems unrelated to the changes in this PR, so I think we can go ahead and merge this in (it's running fine locally) and figure out the Vercel functions issue separately. I've opened a new issue for it here: https://github.com/vercel/virtual-event-starter-kit/issues/89

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

leerob commented 2 years ago

Might need to update the lock file

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please follow the instructions at https://github.com/vercel/cla.

Deep-Codes commented 2 years ago

Register is failing 🤔 @thorwebdev

Check out the last deployment link of this PR

Screenshot 2022-09-02 at 6 34 12 PM
thorwebdev commented 1 year ago

@Deep-Codes do you have any details on the error message of the API route?