Replies: 8 comments 15 replies
-
Hi @maaft, thanks for creating the issue. It seems to be coming from the following line: webpack/lib/cache/PackFileCacheStrategy.js Line 1217 in 1f59cbe For some reason, Can you share a minimal repo for us to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
Please check your plugins are compatibility with webpack 5, run |
Beta Was this translation helpful? Give feedback.
-
I updated |
Beta Was this translation helpful? Give feedback.
-
@jefflewis, @alexander-akait did you later get a solution to this? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! I found the issue. I imported an outdated version of semantic ui css. After updating (or using the official CDN link) the issue was gone. I wonder though if webpack could have pointed me to the source of the error instead of giving me this cryptic etag error above? Shall I attach the css file here so you can dig deeper? |
Beta Was this translation helpful? Give feedback.
-
I had this issue when I forgot to change permissions in downloaded font (using chmod in linux) and tried to load it in CSS. |
Beta Was this translation helpful? Give feedback.
-
I am getting the same error what should I do? |
Beta Was this translation helpful? Give feedback.
-
Please provide reprducible test repo if you need help |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I transferred my code to a new fresh cra-repo with craco 7.1.
After issuing
yarn start
, I get below error, which seems to appear in thewebpack
module (not in my code).My code worked previously without any issues with
webpack 4
,react-scripts 4
andcraco 6
.Any idea how I can debug this further?
Beta Was this translation helpful? Give feedback.
All reactions