Jeffrey Ko
Jeffrey Ko
After trying out all the proposed solutions and digging through the code a bit, I have a workaround that works as of 2.26.0: ### Solution docker-compose: ```docker filebrowser: image: filebrowser/filebrowser:latest...
I ended up working around this by using [react-app-rewired](https://github.com/timarney/react-app-rewired). I am running react-scripts 3.0.1. Steps: 1. `npm install react-app-rewired --save-dev` or `yarn add react-app-rewired --dev` 1. Create a new file...
Adding to this: I blocked the calls to api.github.com to try to preserve some quota and this app just starts hammering the API. Not sure if there is a check...