-
Using P2Pvalue/swellrt-showcase and current version of SwellRT (efec826), the connection seams to have problems:
Data is not sent to the server, being the info message of the form `Sending data... (0…
-
In a concurrent editing session, with a large text, when a client writes after a long period of only reading, and index problem happens on websocket client:
![imagen](https://user-images.githubus…
-
In nodejs, If I try to load swellrt using http.get to demo.swellrt.org I get the following error:
```
remote_modules/swellrt.js:8
window.SwellRT = {
^
ReferenceError: window is not defined
```
mayb…
-
@pablojan Hi, I am using latest master branchs of swellrt and jetpad, but they just can't connect with each other and show this error:
Can you please point out what are the corresponding versions…
zmhbh updated
6 years ago
-
Hi!
I'm having problems to deploy [my app: upvote](https://github.com/Akronix/upvote) to gh-pages .
It has an Mixed content error since I'm using the SwellRT server hosted in demo.swellrt.org
Could …
-
Starting the last version of SwellRT jar throws the following error:
```
Exception in thread "main" java.lang.NoClassDefFoundError: org/swellrt/model/WaveConversationUtils
at java.lang.Class.…
-
`swellrt.org` is showing the following message:
> XMLHttpRequest cannot load http://demo.swellrt.org/swell/access/write/demo.swellrt.org/s+mCDtyYi9oeA/~/swl+root;sid=tqe0534sa26b1bkd6zawue0ev. No 'Ac…
-
Context:
WebSockets disabled or unavaible so clients performs a fallback to long-polling.
Long-polling is working in local environment.
No reproducible in Local:
- In a local env with blocked webso…
-
I have issues accessing the pad at swellrt.org with firefox, while I do not have those issues neither accessing [pear2pear app](p.p2pvalue.eu) pad nor accessing the pad at swellrt.org with chromium.
…
-
I run with these commands
> docker run -p 172.17.0.1:27017:27017 --name mongo -d mongo
> docker run -e MONGODB_HOST=172.17.0.1 -e MONGODB_PORT=27017 -e MONGODB_DB=swellrt -p 9898:9898 -h swellrt -…