RocketChat / RC4Conferences

A set of scalable components for communities to build, manage, and run virtual conferences of any size.
https://conf.rceng.shop/conferences/c/1
24 stars 38 forks source link

Gitpodified RC4Conferences šŸŠ #75

Open Palanikannan1437 opened 1 year ago

Palanikannan1437 commented 1 year ago

Issue in brief

Create an optimised Gitpod script for the project so that contributors can enjoy super fast speeds to setup and work on developing and contributing to the codebaseāš”ļø!

Suggested Fixes/Changes

Demo

The magical dev-workflow with pre-builds on Gitpod enabled from a new contributor perspective (WIP)

Dnouv commented 1 year ago

Hey @Palanikannan1437

Thanks for the PR. All things work perfectly. Just one error when the request to fauna Superprofile is made:

An error occurred while getting user details on Superprofile ApolloError: Must provide schema definition with query type or a type named Query.

Please have a look into this. Thank you!

Some additional details to debug: The error is caused due to no data & schema being initialized in Fauna, and this is done in superprofile/log/initialize.sh the command which does this starts from this line

fauna upload-graphql-schema /var/log/faunadb/schema.gql --domain="$1" --port="8443" --scheme="http"  --secret=`cat dbkey` --graphqlHost=$1 --graphqlPort=8084 --mode=replace
Dnouv commented 1 year ago

@Palanikannan1437, any updates on this PR?

Thanks!