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

[FIX] Temporary Fix for Gitpod Dev Setup #54

Closed Dnouv closed 1 year ago

Dnouv commented 1 year ago

The PR fixes the startup script for the Gitpod Dev environment setup. However, this temporary fix needs further investigation and research on recent changes in Gitpod.

Currently, it is only known that any fetch request made through the Client Side NextJS App to either Strapi or Superprofile (local Docker) will not be routed internally by Gitpod. So one of the solutions is exporting those Backend URLs and making them public.

The script startNextGp.sh is provisional and will be replaced with a Gitpod script(.yml). Contributions are welcomed. Thank you!