We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Probably all related issues having to do with permission...
The text was updated successfully, but these errors were encountered:
I've isolated the ShareJS issue to this line which should instead read
origin: Meteor.absoluteUrl('channel')
(The existing code computes an origin of http://localhost:port/channel instead of the desired https://coauthor.csail.mit.edu/channel.)
http://localhost:port/channel
https://coauthor.csail.mit.edu/channel
Fixed in https://github.com/edemaine/meteor-sharejs and upstream by mizzao/meteor-sharejs#93
Sorry, something went wrong.
Fix ShareJS editing on mobile #253
2cee957
File uploads require this to be fixed: vsivsi/meteor-file-collection#167
Most of file upload on Cordova #253
afae2a1
No branches or pull requests
Probably all related issues having to do with permission...
The text was updated successfully, but these errors were encountered: