6
b2plane
283d

Last night there was a hellstorm of weather that ripped off 10m thick trees out of its fucking ROOTS and smashed cars, traffic lights ripped off, some roofs ripped off, containers flying fucking everywhere, floods and it all went away within 2 hours as if nothing happened

Electricity is fucked and Of Course i lost my internet connection. I dont have my fucking wifi. Im using mobile 4g

I try to continue coding on my project AND LOCALHOST CAN NOT RUN IF I DONT HAVE WIFI??? WTF IS THIS HORSESHIT?

WHY a NEXTJS APP CAN NOT RUN AT 127.0.0.1 IP ADDRESS JUST BECAUSE MY INTERNET IS DEAD FROM SHITSTORM??? WTF DOES LOCAL NETWORK HAVE TO DO WITH THE INTERNET

I SWEAR MAN SOME HIGHER FORCE DOES NOT LET ME WIN

ALL THIS BULLSHIT AINT MY FAULT NO MORE ITS SOME BULLSHIT HIGHER FORCE TAKEN OVER RN

Comments
  • 1
    we got the demo here ( mainly windy and a bit of rain )
  • 4
    Unrelated to the NextJS beeing crap and all.

    But the biggest tree in the world is only 7.6m thick.

    It doesn't add up.
  • 3
    VPN app on?
  • 3
    Something's wrong with your domain name resolution if localhost if it doesn't work without wifi.

    Check your hosts file.

    You can take the request host name using http headers as well if you need to `curl -H "Host: localhost" 127.0.0.1:6000`

    You can also validate what it resolves to with `getent hosts localhost`
  • 1
    @retoor No but the error message is exactly the same as when vpn was turned on
  • 1
    @b2plane Do you have cdn's in the project ?

    I hate cdn's for this reason. Without internet they will not load...
  • 0
    @Grumm i use prisma that connects to mongodb and in nextjs config have images.unsplash.com to be able to use api from unsplash. The code breaks when it tries to .findUnique() from prisma ORM. Still that makes no sense to crash the whole app and prevent it from loading localhost itself
  • 0
    haha git gud lol.
  • 2
    @Alexanderr I lold too. No mercy
Add Comment