expenses icon indicating copy to clipboard operation
expenses copied to clipboard

Stuck with loading page

Open MeenachiSundaram opened this issue 5 years ago • 3 comments

  1. created a copy of google sheet (different name)
  2. ran the following command
npm i && REACT_APP_SHEET_ID=<replace with your sheet id> npm run build
  1. copied the build contents to my nginx path (under html/*)
  2. End up with LOADING page Image

MeenachiSundaram avatar Apr 17 '19 22:04 MeenachiSundaram

did you insert your sheet id?

MrToWy avatar Jan 17 '20 17:01 MrToWy

the same for me and I provided the sheet id too.

image

Jujubalandia avatar Apr 27 '20 04:04 Jujubalandia

if you open the developer console you will see that there is an exception due to which the page is stuck. One reason is that the client id for the google sheet api is hard coded in the file App.js. The README misses some of the steps in order to run the code.

haseebnaseem avatar Aug 05 '20 22:08 haseebnaseem