so a few days ago i turned on my app and none of my fields were showing - the titles were there, but nothing else...
i have no clue why, and this is not authoritative, but after spending several hours going back and uninstalling modules I finally got to UUID - I disabled, uninstalled, and immediately my app was working again.... i say it's a bug, but I really have no clue what the issue is... perhaps it makes sense in some way

Comments

tyler.frankenstein’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Active » Needs work

Interesting discovery, I shall keep that in mind when other folks have issues. We'll need to install/enable/disable the module and dig into DrupalGap's entity render system and see what about UUID it doesn't like.

d0t101101’s picture

I also experienced this, which took quite some time to figure out.

After migrating from an old DEV environment, using the '/drupalgap/node/123.jon' services endpoint returned only '[false]', while everything else was seemingly working fine. After digging deeper and comparing modules/versions between the two, I noticed this discrepancy between environments.

Disabled uuid_services and all is well.

Best regards,
.

tyler.frankenstein’s picture

Category: Bug report » Support request
Status: Needs work » Postponed (maintainer needs more info)

Are you both referring to the sandbox module https://www.drupal.org/sandbox/soyarma/1276978 ?

d0t101101’s picture

Actually the uuid_services module that comes with uuid:
https://www.drupal.org/project/uuid

netfacelt’s picture

Its really problem.

Then you are install uuid module, its change service module communication for content access, update and etc..
Content between sides in services using not node id, but uuid.

In my case i have two drupal sites and drupalgap app.

First site transport content to second side. For this functionality i using Drupal deploy module. This module required uuid.

And Drupalgap services stop working. I some peace of code i change node id to uuid and it's start work again.

But it's problem to change all code.

tyler.frankenstein’s picture

Perhaps hook_services_preprocess in a custom/contrib DrupalGap module could replace entity ids with the uuid.