Do you have any question about this error?
Message type: E = Error
Message class: /UI5/APP_API -
Message number: 120
Message text: manifest.json at path '&1' should have '&2' set to '&3' instead of '&4'
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
/UI5/APP_API120
- manifest.json at path '&1' should have '&2' set to '&3' instead of '&4' ?The SAP error message you are encountering, specifically
/UI5/APP_API120
, indicates an issue with themanifest.json
file of a UI5 application. This error typically arises when certain expected properties in themanifest.json
file are not set correctly or are missing.Cause:
The error message suggests that a specific property in the
manifest.json
file is expected to have a certain value, but it currently has a different value. The placeholders&1
,&2
,&3
, and&4
in the error message represent:
&1
: The path to the manifest.json
file.&2
: The name of the property that should be set.&3
: The expected value for that property.&4
: The current value that is set.This discrepancy can occur due to:
manifest.json
.To resolve this error, follow these steps:
Locate the manifest.json
file: Use the path provided in the error message to find the specific manifest.json
file in your project.
Identify the property: Look for the property indicated by &2
in the manifest.json
.
Update the value: Change the value of the property to the expected value indicated by &3
. If the property does not exist, you may need to add it.
Validate the manifest.json
: After making changes, ensure that the manifest.json
is valid JSON and adheres to the expected structure for UI5 applications.
Test the application: After making the necessary changes, run your application again to see if the error persists.
manifest.json
file. This can provide insights into what properties are required and their expected values.manifest.json
.By following these steps, you should be able to resolve the error and ensure that your UI5 application is configured correctly.
Get instant SAP help. Start your 7-day free trial now.
/UI5/APP_API119
manifest.json file in the repository root must not specify '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/UI5/APP_API118
Value '&1' for query parameter 'fileType' is not supported
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/UI5/APP_API121
Descriptor embedded in library &1 at path &2 should have Id &3&4 instead
What causes this issue? When a sub component is embedded inside a library, some constraints apply to ensure a proper behavior at runtime. Since the p...
/UI5/APP_API122
Component '&1' in repository '&2' does not have a manifest.json file
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.