Skip to main content

Questions tagged [static-content]

Denotes questions related to Static Content in Magento2.

Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I recently looked into how I could make my setup:static-content:deploy process faster. I then came across the --jobs flag. This flag makes the process parallel, and even when you specify only --jobs 1,...
ICT - Brada-Groep's user avatar
1 vote
0 answers
33 views

I want to automatically generate static files on my magento 2.4.3 production server, is there an alternative for 'static_content_on_demand_in_production' => 1, in magento 2.4.3?
serack_one's user avatar
1 vote
0 answers
42 views

I have the Sign Static Files setting on in Magento settings. I have verified that deployed_versio.txt has a new version number after setting up static files with setup:static-content:deploy. However ...
Webninja's user avatar
  • 1,623
2 votes
2 answers
58 views

I'm trying to setup the project locally and after executing php bin/magento setup:static-content:deploy -f es_ES only sass directory is showing up but no css directory. As you can see it is trying to ...
Kristijan Isajloski's user avatar
2 votes
2 answers
603 views

I am currently upgrading an Magento 2.3.5 site to 2.4.4. Everything seems to going well and I have the site running in local on Docker (using Lando.dev) with nginx and the Magento nginx.conf.sample. ...
Robert Wilde's user avatar
1 vote
1 answer
568 views

Env : Magento 2.3.7 PHP 7 VM on Linux I'm facing an issue : my instance of Magento 2 is in developer mode. But I need, all the time, to redeploy static content (like JS and CSS ; with -f argument) ...
Thomsath's user avatar
  • 150
0 votes
1 answer
1k views

I have edited the Js file in my module and tried deleting the file in an appropriate location like pub/static/My_Theme/My_Modul/js/test.js But still getting the same file when I checked in the source ...
Ramesh KR's user avatar
  • 905
0 votes
2 answers
798 views

I have seen a couple of similar issues, but none of the solutions/reasons helped me. I installed Magento 2.4; tried it switch it to default and developer modes, forced it to compile and deploy static ...
NIck's user avatar
  • 1
0 votes
1 answer
419 views

I use Magento 2.2.1 . After some working on project and adding modules, all things were right until I go to the category page. It gives me error with subject tinycolor.js 404 file not found on console ...
sina Dabbagh's user avatar
0 votes
1 answer
264 views

I'm using a Magento 2.4 and in my project I have many static pages that I would like to be part of my search results. How could I add Magento 2 static pages in my search results?
Rafael Corrêa Gomes's user avatar
0 votes
0 answers
271 views

I am getting CMS homepage content goes here. content on the front page as well as on the admin panel with no images and any other content, how to resolve this issue. Run below commands also sudo find ...
ishaq's user avatar
  • 315
0 votes
1 answer
914 views

I have issue with the magento2. When we open a website the skip to content appear before loading the complete website . How i remove this option. Image is atatched.
Ali's user avatar
  • 1
1 vote
1 answer
214 views

I'm using AWS CloudFront with Magento 2.4. When dev/static/sign is disabled, I have absolutely no issues with the CDN. When dev/static/sign is enabled though, all static resources are redirected to ...
Hunter's user avatar
  • 809
1 vote
0 answers
208 views

I'm trying to update my Magento 2.3.1 installation with some new files. However, it keeps referring to my OLD signed static file(s). Inside pub/static/deployed_version.txt the number is updated, ...
senatorharry's user avatar
0 votes
1 answer
57 views

During the process of updating my Magento2 website, the console commands fail to create my main.js file, and shows me this error static/frontend/website/default/pt_PT/js/main.js net::ERR_ABORTED 404 (...
Pedro Ferreira's user avatar
0 votes
2 answers
769 views

I created a custom Theme for our shop which works pretty fine. Just one thing is bothering me: I created some words in the footer and want to link them to custom pages which only have static content. ...
Java_Waldi's user avatar
0 votes
1 answer
2k views

I am getting a white screen returned for all front end pages on Magento 2.3.3. I am using a third party theme (Sahara Fashion 3), which I have extended from. The theme itself was loaded properly ...
Marisa's user avatar
  • 340
0 votes
1 answer
126 views

I am using the extension Aheadworks_Wbtab. I don't know whats going on. If I flush the cache and reload then the slider shows and works fine. But if I reload again, then the slider dissapears and I ...
Black's user avatar
  • 3,409
1 vote
1 answer
2k views

As far as I understand it, In order to change the style of an email, I need to override the _email-extended.less file. I go to the path below app/design/frontend/Smartwave/Porto/web/css/source/_email-...
gxrobb's user avatar
  • 87
1 vote
3 answers
891 views

I am debugging a JavaScript problem and I am confused as to how the static files and versions work... I see the following in a stacktrace and can open this in a new tab: https://example.com/static/...
Barry's user avatar
  • 587
0 votes
3 answers
2k views

In Tiny MCE editor on a product page in M2.3, all my double quotes are changed into &quot; after saving. Example: <a href="{{store direct_url=&quot;contact&quot;}}"> This breaks the ...
Els den Iep's user avatar
1 vote
0 answers
194 views

When using --jobs=4 or -j=4 with setup:static-content:deploy command its working on my local machine and it build the assets in parallel but when using this command inside a docker container with php:...
Sina Miandashti's user avatar
2 votes
1 answer
737 views

What is the best way to migrate Magento Content i.e Blocks, Pages, and All content from one Magento instance to another. I have 2 Magento setups. One of which has all data and another is fresh Magento....
Tester's user avatar
  • 377
0 votes
1 answer
128 views

<html lang="en"> <head > <script> var BASE_URL = 'http://mage.test/'; var require = { "baseUrl": "http://mage.test/static/version1561748846/frontend/Brent/...
brentwpeterson's user avatar
2 votes
3 answers
6k views

I can't deploy static content on my production site. Running command: php bin/magento setup:static-content:deploy en_GB Gives me following error: [Magento\Framework\Exception\FileSystemException] ...
Greg's user avatar
  • 2,749