Issue deploying to Staging and prod

Feature(s) impacted

Deploy from local (developement) environment to Staging (TEST)

Observed behavior

I push the code to the Test server and all goes good, but when I restart the forest on the Test I dont see the pushed changes that was added on the local.
Here the change is I removed a field from smart action, in the local it is remoed but on the Test it still there.

The code on forestschema for this smart action is :

  {
          "id": "c_besoins-3-modifier-un-besoin",
          "name": "Modifier un besoin",
          "type": "single",
          "baseUrl": null,
          "endpoint": "/forest/_actions/c_besoins/3/modifier-un-besoin",
          "httpMethod": "POST",
          "redirect": null,
          "download": false,
          "fields": [
            {
              "field": "Loading...",
              "label": "Loading...",
              "type": "String",
              "isReadOnly": true,
              "defaultValue": "Form is loading",
              "description": "",
              "enums": null,
              "hook": null,
              "isRequired": false,
              "reference": null,
              "widgetEdit": null
            }
          ],
          "submitButtonLabel": "Enregistrer",
          "hooks": {"load": true, "change": ["changeHook"]}
        }
  • Project name: clevermate v2
  • Environment name: TEST
  • Agent technology: (nodejs,
  • Agent (forest package) name & version: …
  • Database type: …
  • Recent changes made on your end if any: …

Hello @Adel_de_Clevermate ,

The schema you shared seems right: the “Loading” field and hoods.load: true indicate that the form is loaded by your agent.
If something is wrong in the displayed form, it comes from what your agent is sending to the frontend. Can you ensure that your agent is up to date and restarted ?

kind regards,