AllenNeuralDynamics / aind-metadata-entry-js

Metadata entry using javascript
https://metadata-entry.allenneuraldynamics.org
MIT License
1 stars 1 forks source link

App Deploy needs REACT_APP_S3_URL env var #72

Closed jtyoung84 closed 1 year ago

jtyoung84 commented 1 year ago

Describe the bug The schemas are being pulled from s3 instead of hardcoded. The s3 location is defined as and env var called REACT_APP_S3_URL. That needs to be conveyed before launching to gcp app engine.

To Reproduce Steps to reproduce the behavior:

  1. Try launching the service without setting the env variable
  2. See the 404 error in the console

Expected behavior The schemas need to be pulled from s3

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.