A custom Smart View is failing to be copied from our production environment.
Expected behavior
Given a remote production environment with a custom Smart View
And a development environment
When production environment is copied to development environment
Then the development environment has a functioning copy of the custom Smart View
Actual behavior
The Smart View does not work in development environment and errors in layout editor.
Failure Logs
When loading the smart view in Layout editor on the development environment, the URL for component.js
is returning a 404 with message.
<Error>
<Code>NoSuchVersion</Code>
<Message>The specified version does not exist.</Message>
<Key>Fulfillment/Shipment Status/component.js</Key>
<VersionId>...</VersionId>
<RequestId>...</RequestId>
<HostId>...</HostId>
</Error>