Closed nathan-lapinski closed 4 years ago
Hi @nathan-lapinski !
Yeap we are conducting some re-adjustments in the staging cluster and this should be fixed in the next couple of days.
Btw we will also be open sourcing the backend as well so then you can fully work locally as expected.
Thanks for the information, @javier-tarazaga ! Looking forward to developing with the backend code as well, once it is open sourced!
Welcome Mr...I'm confuse my haha
On Thu, May 21, 2020, 13:30 Nate Lapinski notifications@github.com wrote:
Thanks for the information, @javier-tarazaga https://github.com/javier-tarazaga ! Looking forward to developing with the backend code as well, once it is open sourced!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SuperblocksHQ/ethereum-studio/issues/232#issuecomment-631889577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOR4SQEMQJGDOBTQCUO6RYTRSS355ANCNFSM4M7YTIQA .
Thanks ya do for the information for to ...thank you so much
On Thu, May 21, 2020, 13:54 RONIZAM Razali notifications@github.com wrote:
Welcome Mr...I'm confuse my haha
On Thu, May 21, 2020, 13:30 Nate Lapinski notifications@github.com wrote:
Thanks for the information, @javier-tarazaga https://github.com/javier-tarazaga ! Looking forward to developing with the backend code as well, once it is open sourced!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/SuperblocksHQ/ethereum-studio/issues/232#issuecomment-631889577 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AOR4SQEMQJGDOBTQCUO6RYTRSS355ANCNFSM4M7YTIQA
.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SuperblocksHQ/ethereum-studio/issues/232#issuecomment-631896729, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOR4SQAEE37IPKLXAXCM7TDRSS6Z3ANCNFSM4M7YTIQA .
I'm confuse here my Java script here also don't know why 🤯🤯🤯🤯
Hi guys! This was fixed and staging is fully functional once again. Closing this issue for now. Thanks for reporting it!
Environment/Browser
Latest from master MacOS Chrome 81.0.4044.138 Firefox 76.0.1
Description
I'm trying to get started with this repo, so I've forked the latest off of master. However, when I run the app locally and try to select a project (like Hello World), the API request to pull down any project from
https://studio-api-staging.ethereum.org/v1/projects
is producing a CORS error.If I update the
API_BASE_URL
inpackages/editor/.env
to point tohttps://studio-api.ethereum.org
instead of staging, everything works and I'm able to read project data from the API.Steps to reproduce
master
branch on https://github.com/SuperblocksHQ/ethereum-studio/Expected result
The project data should load in the editor when
.env
is configured to useAPI_BASE_URL=https://studio-api-staging.ethereum.org
, since that's the default.Actual result
A CORS error is occurring, and the project data is not loading in the editor when using
https://studio-api-staging.ethereum.org
.Switching over to
https://studio-api.ethereum.org
works.Reproducible
100% reproducable.