Error when running the newer devgateway #163
-
We updated our code based on the GA features PR. When running the devgateway, running into this error.
Note: We are trying to run devgateway by downloading the latest updated zip file, and not via docker. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Was able to repro this with the workload sample. Remove the We have not needed Run the devgateway and see a similar error as noted above.
I have not checked all combinations, but devgateway seems to now require a bunch of things in item1.json that were not needed before. This is all we have needed so far in item1.json
Note: I am not running the dev gateway via docker, but how it was before the latest changes. |
Beta Was this translation helpful? Give feedback.
-
Hi, The issue is on our side, and we are working to fix it. In the meantime, adding an empty "homePage.newSection" in the product.json file will resolve the issue: Regarding the new parts in the item.json, these are intended to integrate with different features. You can refer to the documentation on FE manifests for more details: |
Beta Was this translation helpful? Give feedback.
Hi,
The issue is on our side, and we are working to fix it.
In the meantime, adding an empty "homePage.newSection" in the product.json file will resolve the issue:
"newSection": {
"customActions": []
},
Regarding the new parts in the item.json, these are intended to integrate with different features. You can refer to the documentation on FE manifests for more details:
Frontend Manifests Documentation