Dan Pollack
Results
2
comments of
Dan Pollack
I agree that the formatting errors are mostly cosmetic. The 403 errors from every request in the tree except the root doc seem to be a real problem though. Have...
Disabling authentication solves the 403 problem. I updated the emulator-config.json rather than figure out what flag flask needs to disable authentication. My emulator-config.json is now `{ "MODE": "Local", "HTTPS": "Disable",...