-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't edit files #207
Comments
Hi @kirtapix, I can't reproduce this, looks like a problem with Is it helped? |
I have the same issue using cloudcmd as express middleware with a prefix (not sure if it's the same issue OP is facing or not, and not sure if the issue is in cloudcmd or the editors). Even the example given in the 11.7.0 release notes doesn't work. As soon as you try to edit a file, you get 404s for:
The "right" URLs should be:
(note the additional I fixed those by adding redirects, and then you have additional issues with After that there are JS errors ( The issue is probably related to #200 or the related changes in the editors? |
I understood, there is such a bug with a |
Landed in v11.8.3 🎉 . |
@coderaiser Wow, that was quick! Definitely works much better now! Just for completeness, I want to point out that there's an issue with the example in the 11.7.0 release notes, the socket doesn't work (as so configuration and console don't work either). My workaround is to use:
instead of:
But there may be another / a better way. Thanks again for the very quick fix! |
@jcaron23 yes, you absolutely right, this is because when you set |
Hi @coderaiser , |
cloudcmd -v
): v11.8.2node -v
: v8.11.1uname -a
on Linux): Linux NasPi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux
Hi,
Since I upgraded cloudcmd, I can't edit files.
In firefox developer tool I can see that it can't load 2 scripts, when I hit "edit" button :
GET requests responses :
When I browse to "/opt/nodejs/lib/node_modules/cloudcmd/" there is no "module" and "join" directories.
Thanks in advance for your response !
Edit :
Reverted back cloudcmd to 10.8.2 and I can edit again
The text was updated successfully, but these errors were encountered: