Correctly patch MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB

Hi @joel.edwards ,

Thank you for the quick response.

I updated the value with the following configuration:

export const UPLOAD_FILE_MAX_SIZE = 500 * 1024 * 1024; // 500 MB

I followed the discussion where you provided the details. I also followed the same steps you mentioned here to override the MFEs, enable the plugin, build the MFE image, and restart the server.

However, I am still facing the same issue after making these changes.

Do you know if there are any other settings I need to change to resolve this issue?