You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran my parse dashboard with following commands: export PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1 npm run dashboard
I have a semi working parse dashboard, where I can click the first app and it leads me to the next page.
However, when I click the second app....the console on chrome gives me this error and wont let me progress to next page:
Warning: setState(...): Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.