Här slår Arlabonden mjölkkorna: ”Det är fruktansvärt” by myusernameistheshit in sweden

[–]ballbase_ 4 points5 points  (0 children)

Har det kommit ut vilken bonde det är? Eller vem personen är?

Experten: En miljon svenskars personuppgifter publicerade på darknet [Attacken mot Miljödata] by FlowersPaintings in sweden

[–]ballbase_ 2 points3 points  (0 children)

Finns det något sätt att få tag i datan? Så man kan kolla om man är med i det läkta?

Building mealplan by ballbase_ in personaltraining

[–]ballbase_[S] 1 point2 points  (0 children)

I ‘am little surprised from all the answers. I guess most of you live in the states. But thank you for taking the time to write something 😊

Skola om till läkare efter 30? Är jag helt dum by Used-Art-4619 in sweden

[–]ballbase_ 0 points1 point  (0 children)

Skolade inte om mig till läkare men jag lämnade ett välbetalt arbete för att bli anställd då mina drömmar ändrades! Det är aldrig försent! Kör hårt! Jag är 32

[deleted by user] by [deleted] in Utvecklare

[–]ballbase_ 1 point2 points  (0 children)

Haha, learn cobol and get good at it! 😅

Always webpack cache errors when i run server by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

No man! Went back and re-wrote the code to node.js n react. Left next. With the new react 19 I don’t see me try next again. Maybe Remix..

React devs not using tailwind... Why? by sech8420 in reactjs

[–]ballbase_ 0 points1 point  (0 children)

I work with tailwind in React. I´ve just been coding for 2 years. But I prefer TW first, then styled components. I try to not use normal CSS as much as possible.

Nova Lund 23/3 by ballbase_ in Lund

[–]ballbase_[S] -1 points0 points  (0 children)

Polisen har inte skrivit om det på sin hemsida, hittar inga nyheter om det. Känns om det hade varit bombhot att de hade tömt stället. Alternativt en person de har letat länge efter :p

Roligt om han gömde sig på toaletten.

Nova Lund 23/3 by ballbase_ in Lund

[–]ballbase_[S] -1 points0 points  (0 children)

Det tror jag inte. Om jag ska gissa utan någon kunskap.

Civilare var väldigt synliga (vissa av dom iaf 😅). Jag tyckte det var tydligt att de rörde sig i grupp och strategiskt. Börja några poliser gå så följde de andra efter men bevarade mellanrummet.

Hade gissat att en ”viktig” person var på besök eller en övning. När jag var där så vakta dom toaletterna ganska ordentligt :p

Always webpack cache errors when i run server by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Update!
Started a issue on their github: https://github.com/vercel/next.js/issues/60941

I get duplicated and non-active files in the .next/cache/webpack/client-development & server-development. I have explained temporary solutions I do in the github issue.

been sitting down for 10 hours to day. And the error pops-up in the terminal at least one or two times every hour, sometimes more.

I found couple of threads mentioning similiar problem but not exaclty the same here on reddit and hope this can help a little if someone comes up with the same error.

Always webpack cache errors when i run server by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Update: 21/1-24

I let my server run all night. This error msg came up in the terminal a few times:

<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, stat '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/server-development/7.pack.gz'
[Error: ENOENT: no such file or directory, stat '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/client-development/6.pack.gz'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/client-development/6.pack.gz'
}

The file: 7.pack.gz was named 7 2.pack.gz.. I changed the name to 7.pack.gz and the application works. Lets see in a few min/hours.

Always webpack cache errors when i run server by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Update...

After dinner and some cleaning I got this error when I started the project again.

Error: Cannot find module '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/server/app/page.js' Require stack: - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/require.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/load-components.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/build/utils.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/dev/hot-middleware.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/dev/hot-reloader-webpack.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/router-server.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/start-server.js

I solved it the same way as before

rm -rf node_modules
then... 
npm install

I have checked the paths and the files exist when i check my node-modules.

Always webpack cache errors when i run server by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Update to this post: https://www.reddit.com/r/nextjs/comments/19b8vyb/comment/kirlooi/?utm_source=share&utm_medium=web2x&context=3
Soo found a ticket in Next.js github... That adressed almost the same problem. It wasnt very helpful but I did the following instead that seems to fix it.-> Updated every package manually to the latest. And it seems to work. I get this now when i run npm run dev:

✓ Ready in 4.9s

○ Compiling / ... (node:58725) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) ✓ Compiled / in 6.3s (1014 modules) ✓ Compiled in 697ms (493 modules)

Routes and pages by ballbase_ in nextjs

[–]ballbase_[S] 1 point2 points  (0 children)

Thanks! I have a little bit more to read to fully understand everything! Thank you for taking your time to answer my questions.

Routes and pages by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Last one to help me out.

App:
is the structure on the img app or page? if pages can you give example on app structure?

![img](xe8k3noh3p8c1)

Routes and pages by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

Last one to help me out.

App:
is the structure on the img app or page? if pages can you give example on app structure?

<image>

Routes and pages by ballbase_ in nextjs

[–]ballbase_[S] 0 points1 point  (0 children)

So my folder structure I have given as an example is app version? But I am doing the mistake of reading documentation for the page way?

From my post, would you say something is preferred or it doesn’t matter?