-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to run project #53
Comments
I made some updates to the README.md in this PR https://github.com/procore/js-sdk-sample-app/pull/54/files Can you provide the contents of your .env? Make sure and remove the CLIENT_ID and CLIENT_SECRET before adding to this issue. Your redirect URI should look like It should contain the REDIRECT_URI value in the list. Make sure you add it to the correct environment. |
Thanks for the reply! I'm curious if it is something to do with my environment. I am on a Windows 10 with Node v16.17.1 I find it curious that I have to terminate the process to get around the "PORT 4000" is already running. I changed to new port in case there was something going on with port 3000. I believe the readme could be improved by including to install lerna globally. Also I modified the package.json scripts to be Here is my .env file: |
I think my issue is related to webpack not generating the files. I have nothing under "server/public/" the directory doesn't even exist. |
I've updated the PR (#54) to include a Dockerfile and corresponding docker-compose file. Please see the README.md for instructions on how to use it. Let me know if this works. |
I have followed the README steps of running
yarn install
andcp packages/server/.env.example packages/server/.env
and saving the variables with my sandbox app configuration. Is the next step to navigate to localhost:3000 ? When I go there I am prompted to login which then returns me to my localhost:3000/app.js .Not sure if this is related or not but I get a "Port 3000 is already in use" when I try to start this project initially. I am manually doing a
taskkill /PID
command to kill whatever is running on 3000 (which must be this same project??) and then I am able to runyarn run start
I am trying to understand the build steps and even understand what this project is doing. I am new to React but have experience with Angular and Vue. It looks like the React app is not built. Am I missing a step?
The text was updated successfully, but these errors were encountered: