Giter VIP home page Giter VIP logo

Comments (4)

thessler27 avatar thessler27 commented on August 18, 2024 1

Also having this problem. Likely due to this line in the .gitignore:

https://github.com/zoom/zoomapps-advancedsample-react/blob/main/.gitignore#L2

Should be:
.env not .env*

from zoomapps-advancedsample-react.

jamieforrest avatar jamieforrest commented on August 18, 2024 1

I was able to get the backend app up and running with a .env file like the following:

PUBLIC_URL=https://**********.ngrok.io
ZOOM_APP_CLIENT_ID={your zoom app client id}
ZOOM_APP_CLIENT_SECRET={your zoom app client secret}
ZOOM_HOST=https://zoom.us
ZOOM_APP_OAUTH_STATE_SECRET={your zoom app oauth state secret, or, if unused, any string of chars}
REDIS_URL=redis://redis:6379
REDIS_ENCRYPTION_KEY={an encoded sha256 encryption key; see below}
APP_NAME=zoomapps-advancedsample-react
SESSION_SECRET=9e38797ab64d07204cd8293abee970ef98bfc4dd29a23ac0ce1e39fdecf144e5

NOTE: I generated a REDIS_ENCRYPTION_KEY by doing the following in the node REPL:

let secret = 'hello world!'
let key = crypto.createHash('sha256').update(String(secret)).digest('base64').substr(0, 32);

@Kongfujonstew Let me know if I did anything wrong!

from zoomapps-advancedsample-react.

jamieforrest avatar jamieforrest commented on August 18, 2024

@Kongfujonstew Would you be able to provide an example in the meantime until this issue is fixed?

from zoomapps-advancedsample-react.

SafeeSaif avatar SafeeSaif commented on August 18, 2024

The .env.example has been added

from zoomapps-advancedsample-react.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.