-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
"loading..." when creating a new post #421
Comments
This sounds like a firewall issue; the client is probably failing to connect to rhe ShareJS port. Did you check the client console for error messages? |
Ah, then Coauthor is failing to get its hostname, and is instead generating Actually, more importantly, you need to adjust Looking at your screenshot mode, you're using port 3000, so I think you must be running the server via the |
OK, I see how to fix this using a local test server ( I'll add a note about this to the INSTALL document. Thanks for the input! |
I tested the ROOT_URL fix and it worked well for me. Are you sure you're setting it correctly? What operating system are you using, and how did you set it? The default value is I (re)wrote the code that generates ShareJS URLs, and it uses Meteor features which should use ROOT_URL. |
Oh. If don't mind can you check if it works with IP address instead of Then, once the server is up. I am opening Coauthor with that local IP from another(and server) machine. The above screenshots. So, this could be due to one of these below or like you said this issue might be distribution specific.
Sorry for the trouble. |
@mrprajesh You're not setting the environment variable correctly, as evidenced by the In Bash (and all Bourne shells), export ROOT_URL=http://10.6.3.10:3000 (Alternatively, you can write |
Oh my bad. Sorry. Now, I understood env variable better. It works :-) |
I have installed coauthor following the installation steps of Test Sever; on a Debian server machine.
When I tried to create a new post the text area says
"Loading.."
and not allowing me to put text into it.It looks like something similar to this bug #278. But, we have a good internet connection here. Can you suggest me a fix?
Thank you.
The text was updated successfully, but these errors were encountered: