magento
magento copied to clipboard
Admin shipping page fails to render, stops during large packet option
The shipping page is partially rendered. Page inspection shows it stops:
<div class="field choice admin__field admin__field-option field-mypa_large_format mypa_package-toggle mypa-option-toggle" style="display:none; padding-left: 30px;"> <input id="mypa_large_format" class="admin__control-checkbox" name="mypa_large_format" value="1" type="checkbox"
To Reproduce Steps to reproduce the behavior:
- Go to shipping an order in the admin
- The page renders partially in text mode and ends with Verzending opties Opmerkingen bijvoegen Create MyParcel consignment PostNL
Expected behavior Normal rendering of the shipping page.
Desktop (please complete the following information):
- OS: Windows 10
- Chrome
- MyParcel Plugin 4.1.1
- MyParcel SDK version 5.2.0
When I remove the myparcel plugin, the page renders normally When I add the module, the page fails to render completely
I have repeated this a few times, same behaviour, and it happenend already in 4.1.0 $ composer require myparcelnl/magento $ rm -rf var/di/; rm -rf pub/static/; rm -rf var/cache/; rm -rf var/page_cache/; rm -rf var/generation/; rm -rf var/dir/; rm -rf var/view_preprocessed/*; php bin/magento cache:flush && php bin/magento setup:upgrade && php bin/magento indexer:reindex