Learn ReactJS Code Editor returning 404 error

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
Build a Stateful Component Class - Learn ReactJS: Part II, section 1

https://www.codecademy.com/courses/react-102/lessons/stateless-inherit-stateful-intro/exercises/stateful-component-init?action=lesson_resume

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
The Code Editor itself is not showing up, it seems to be failing on the server side from Codecademy itself, has anyone else seen this?

The chrome developer console error is:

https://www.codecademy.com/api/management/v1/instances/user/586a6c142ddfa3e261000058/workspace/react-test-workspace-4?workspace_type=babel

Failed to load resource: the server responded with a status of 404 (Not Found)

2 Likes

it happens to me aswell, waiting for an answer from somebody

Definitely some server side issues - possibly load or a flooded pool instance on the editor server.

HTTP/1.1 404 Not Found
Cache-Control: no-cache, private
Content-Encoding: gzip
Content-Type: application/json
Date: Tue, 03 Jan 2017 16:19:54 GMT
Server: nginx
Status: 404 Not Found
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 8fa2bbfb2ff4c79e12165d0e7107a3a2
X-Runtime: 0.014270
X-UA-Compatible: IE=Edge,chrome=1
Content-Length: 271
Connection: keep-alive

{“error”:{“code”:“621”,“message”:“The standby pool does not have enough instances to assign to this user”,“details”:[{“route”:“version=v1, method=GET, path=/management/:version/instances/user/:owner_id/workspace/:workspace_slug(.:format)”,“params”:{“workspace_type”:“babel”,“owner_id”:“586a6c142ddfa3e261000058”,“workspace_slug”:“learn-react-04-01-02e”}}]}}

It would seem that ReactJS is having the same problem Java is having today where the code editor is not accesible, no one can type in the code editor, and past code is shown as correct or passed but the code does not show up. You can read about the different issues in Java here: https://discuss.codecademy.com/t/java-lessons-suspended/70811/7 and here: https://discuss.codecademy.com/t/java-intro-lesson-1-no-code-in-code-editor-box-cant-complete/70835

I would suggest filling out a bug report to codecademy and just waiting to see what happens! For right now maybe try another language?

1 Like

Thanks,

I saw those other issues when searching this morning and filed a bug on the React portion as well, just wanted to provide the details above. I’m a software architect for my current company and am just trying to get a quick ramp up on React right now for a project - so I don’t need anything outside of React - I’m moving over to the Facebook/GitHub direct tutorials - I liked this format better but life intervenes :).

Thanks again for the response.

1 Like

Hey all, we are indeed experiencing some server problems related to the work terminal (as was well diagnosed by some intrepid users). Our engineers are aware of the problem and are working on fixing it - hopefully there shouldn’t be too much downtime.

2 Likes

I’m in lesson ‘this.props’ on ReactJS Part 1 exercise 7, and it says in the instructions to select ‘talker.js’ file- that I can’t see… All I see is an icon of a folder but it seems locked…
Is this a common bug? What do I do?
Thanks :slight_smile:

This should be fine for most users now, though smaller issues may still arise occasionally until we have a deeper fix in place. Keep us posted!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.