{"id":771,"date":"2020-01-24T06:52:15","date_gmt":"2020-01-24T06:52:15","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2020\/01\/24\/solved-tax-configuration-blank-issue-after-upgrade-to-magento-2-3-3\/"},"modified":"2025-09-01T11:46:04","modified_gmt":"2025-09-01T06:16:04","slug":"solved-tax-configuration-blank-issue-after-upgrade-to-magento-2-3-3","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/solved-tax-configuration-blank-issue-after-upgrade-to-magento-2-3-3\/","title":{"rendered":"Solved: Tax Configuration Blank Issue after Upgrade to Magento 2.3.3"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Did you already <a href=\"https:\/\/meetanshi.com\/magento-upgrade-service.html\" target=\"_blank\" rel=\"noreferrer noopener\">upgrade to the latest Magento 2.3.3 version<\/a>?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Are you facing <em><strong>tax configuration blank issue after upgrading or migrating to <a href=\"https:\/\/meetanshi.com\/blog\/magento-2-3-3-release\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2.3.3<\/a><\/strong><\/em>?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this issue, after an upgrade or migration to Magento 2.3.3, when you move to the tax configuration page at&nbsp;Stores -&gt; Configuration -&gt; Sales -&gt; Tax, it shows only the white blank screen. Looking for the error in system.log or in the debug.log, unfortunately, I could find no error information in&nbsp;exception.log or no reports were created.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The issue occurs because the tax configuration cannot find the label of one of the configuration fields. Today, I have come up with the solution to&nbsp;Tax Configuration Blank after Upgrade to Magento 2.3.3 issue!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The solution to&nbsp;Tax Configuration Blank Issue after Upgrade to Magento 2.3.3<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Open&nbsp;<strong>vendor\/vertex\/module-tax\/Model\/FlexField\/Extractor\/EavAttributeExtractor.php<\/strong> file<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Find the below code at line 119:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$attribute-&gt;setLabel($eavAttribute-&gt;getDefaultFrontendLabel());<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">And replace it with the below code and save the file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$attribute-&gt;setLabel($eavAttribute-&gt;getDefaultFrontendLabel() ?: $eavAttribute-&gt;getAttributeCode());<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Changing the single line of code above will solve the issue of the tax configuration blank page in Magento 2.3.3.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t forget to share the solution to your fellow Magento buddies.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Did you already upgrade to the latest Magento 2.3.3 version? Are you facing tax configuration blank issue after upgrading or migrating to Magento 2.3.3? In this issue, after an upgrade or migration to Magento 2.3.3, when you move to the tax configuration page at&nbsp;Stores -&gt; Configuration -&gt; Sales -&gt; Tax, it shows only the white [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34],"tags":[],"class_list":["post-771","post","type-post","status-publish","format-standard","hentry","category-magento"],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=771"}],"version-history":[{"count":3,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/771\/revisions"}],"predecessor-version":[{"id":21405,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/771\/revisions\/21405"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}