Do you have any question about this error?
Message type: E = Error
Message class: /UI5/APP_API -
Message number: 146
Message text: App index not updated, 'manifest' file could not be found in app &1
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_API146
- App index not updated, 'manifest' file could not be found in app &1 ?The SAP error message
/UI5/APP_API146 App index not updated, 'manifest' file could not be found in app &1
typically indicates that the SAP Fiori application you are trying to access is missing itsmanifest.json
file, which is crucial for the application to function correctly. Themanifest.json
file contains metadata about the application, including its configuration, dependencies, and routing information.Cause:
- Missing
manifest.json
File: The most common cause of this error is that themanifest.json
file is either missing or not located in the expected directory of the application.- Incorrect Path: The application might be deployed in a way that the system cannot find the
manifest.json
file due to incorrect paths or naming conventions.- Deployment Issues: There may have been issues during the deployment of the application, leading to incomplete or corrupted files.
- Transport Issues: If the application was transported from one system to another (e.g., from development to production), the
manifest.json
file may not have been included in the transport request.Solution:
- Check for
manifest.json
: Verify that themanifest.json
file exists in the correct directory of your application. It should typically be located in the root folder of the application.- Correct Path: Ensure that the path to the application is correctly configured in the SAP system. Check the application’s configuration in the SAP Fiori Launchpad or the relevant deployment settings.
- Re-deploy the Application: If the
manifest.json
file is missing, you may need to re-deploy the application. Ensure that all necessary files, including themanifest.json
, are included in the deployment package.- Check Transport Requests: If the application was transported, check the transport requests to ensure that the
manifest.json
file was included. If it was not, you may need to create a new transport request that includes it.- Clear Cache: Sometimes, clearing the cache of the SAP Fiori Launchpad or the browser can help resolve issues related to outdated or missing files.
- Check Logs: Review the application logs and the SAP Gateway logs for any additional error messages that might provide more context about the issue.
Related Information:
By following these steps, you should be able to identify and resolve the issue related to the missing manifest.json
file and the associated error message.
Get instant SAP help. Start your 7-day free trial now.
/UI5/APP_API145
Indexing of SAPUI5 repository &1 rejected because of duplicate id
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_API144
Properties file &1 of application &2 contains no content
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_API147
Number of app index entries not created because of duplicate id: &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_API148
Number of app index entries not created because of missing manifest: &1
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.