125 questions
1
vote
0
answers
61
views
Parse server live query protectedFields.forEach is not a function
i have an issue by using live query from parse server, it successfully connect to live server but whenever it received some message it show this error
error: Failed running afterLiveQueryEvent on ...
0
votes
1
answer
368
views
Problem with configuration of LiveQuery in Parseplatform
Hello i have installed Parse server and parse sdk for php on my Linux Centos Server.
Parse Dashboard: 1.3.3,
Server version: 4.3.0
I'm managing those db's using php code. This parser was installed by ...
0
votes
0
answers
57
views
livequery is not working after WordPress 5.6 + update
I am using livequery 1.3.6. When I updated WordPress 5.6+ version, it doesn't work. Can you help me to fix the issue. I am using in my javascript function like below code
$('#my-popup').livequery(...
2
votes
1
answer
67
views
livequeries wont update my values using paresplattform
Im building an SPA with parse.js and Vue.js and are using queries like these to pull things from my database.
let query = new parse.Query("MyData");
const results = await query.find();
...
0
votes
1
answer
45
views
call plugins mehods for dynamically added element to DOM in jQuery
I need to call some jquery plugin method for new created and added elements to page.
Before I used livequery plugin to discover those elements and call my desired plugin for those. for example in this ...
1
vote
0
answers
531
views
Why does Parse LiveQuery not always trigger update/create/enter event?
I am trying to achieve a board that enables real-time editing for cooperating users. I am running a parse server using Sashido, where I have LiveQueries enabled for among other things 'Sticky'. For ...
0
votes
1
answer
1k
views
LiveQuery Parse server subscription does not trigger events
I have been trying to create a live query on a Parse server using a subscription, but it seems like some events are not triggered.
I log every event that the subscription receives, and I know that '...
0
votes
0
answers
432
views
Bootstrap-star-rating plugin - Events are being called multiple time
Am using this Bootstap star rating plugin version v4.0.5 with JQuery 3.1.1.
I have initialized the plugin after calling livequery plugin (from this author Brandon Aaron) as my star rating input is ...
1
vote
0
answers
698
views
Parse Live Query: Not receiving Events on iOS Client. Our Parse server hosted on Azure App Services
Issue Description
We have hosted Parse server on Azure App Services. We are able to connect to live Query and able to Subscribe to it. We are getting below messages.
2019-01-01 19:03:26.917094+0530 ...
0
votes
0
answers
218
views
jQuery to detect DOM changes
I am working on a jQuery plugin where I need to manipulate DOM for some insertions and deletions and I am required to work with some specific class (say class demo). I have to make it work with ...
1
vote
0
answers
169
views
Parse Server periodically is getting slow
parse-server version 2.7.4 (Azure on a Standard_B4ms)
mongoDB-server version 3.4.14 (Azure on a separate Standard_B4ms)
I have an iOS & Android app, with LiveQuery (set on the parse-server's VM) ...
2
votes
1
answer
593
views
Live Queries subscription updates in Parse-server
Is it possible to get subscription alerts for live queries on a single client instead of everyone. I am using the following code to get update alerts for the object 'obj' on class 'class-name'. But ...
-2
votes
1
answer
60
views
jQuery - code using element.on('click', ... inserting html onto page without the live "feature" [closed]
Existing code already uses .on to bind all over the place. I need to insert html into the page, but I have my own logic for initializing the html and binding the clicks and therefore for the piece I ...
0
votes
2
answers
176
views
Orientdb: Error executing live query subscriber
Orientdb throws on each live query subscripion using binary protocoll following Nullpointer exception:
Error executing live query subscriber. java.lang.NullPointerException at com....
1
vote
1
answer
74
views
Unsubscribe live query in OrientJS
I use OrientJS with OrientDB to perform livequery. The subscription to live query has no problem but I could not find any way to unsubscribe from that event.