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
This API request fails when I try to create a new project in my local development: http://localhost:4002/v1/projects/5d9453375634771a056d25d5
See console error below. I suspect I'm missing the API service, there's nothing running on that port.
Perhaps the README instructions are outdated? I see there's a Dockerfile. I tried building & running that up but also hit issues.
For the moment, it's been mentioned internally the templates are available and accessible from the production database, which means one would need to set REACT_APP_API_BASE_URL to https://studio-api.ethereum.org instead of localhost in the packages/editor/.env.development.local file when running locally.
@filippsen thanks! That fixed my issue. Perhaps worth updating the README? Otherwise if this is a temporary fix, I'd say let's leave this issue open so other folks can find this solution.
Environment/Browser
Latest master on MacOS
Description
This API request fails when I try to create a new project in my local development:
http://localhost:4002/v1/projects/5d9453375634771a056d25d5
See console error below. I suspect I'm missing the API service, there's nothing running on that port.
Perhaps the README instructions are outdated? I see there's a Dockerfile. I tried building & running that up but also hit issues.
Steps to reproduce
npx lerna bootstrap --hoist
&npm start
)Expected result
Create a project
Actual result
Nothing, console error:
Reproducible
100% in my local env
The text was updated successfully, but these errors were encountered: