scryinfo / dp-frontend-old

3 stars 1 forks source link

hardcoded url for backend #15

Open lenzai opened 6 years ago

lenzai commented 6 years ago

scry-frontend/src/Components/Remote.js contains hardcoded dev server. Should be replaced by environment variable or something like that. export const HOST = 'https://dev.scry.info/scry';

lenzai commented 6 years ago

if you fail to do that, that, there is no error message. The front end gets corrupted for that user and you need to clear browser local storage to fix the application.