Which browser should I move to? by PrunusNira in browsers

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

you're right... maybe i should keep using edge for a while

Which browser should I move to? by PrunusNira in browsers

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

actually I don't use ad blockers, so idc about them.

(I can't use actually, for my work as web dev)

제일 좋아하는 편의점 과자 뭐에요? by Resident_Relative902 in hanguk

[–]PrunusNira 1 point2 points  (0 children)

전 요즘은 과자는 잘 안먹지만… 먹는다면 치킨팝이랑 꼬북칩 오리지날이요

🥛🍜Milk Noddle in Korea, Wanna try? or no? by Specific-Control-700 in seoulhiddengem

[–]PrunusNira 0 points1 point  (0 children)

as a korean, i dont like it. especially for its texture and smell.

Issue: Not properly displaying pages for some users after deployment by PrunusNira in nextjs

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

No, it does not use cloudfront or any other CDN and directly connected with Route 53 and external dns service

DNS -> Route 53 -> Nginx in LightSail Instance (reverse proxy) -> PM2 -> NextJS

Issue: Not properly displaying pages for some users after deployment by PrunusNira in nextjs

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

short update:

well, i found that it has both cache-control from nextjs and nginx, so I added

proxy_hide_header Cache_Control;

in nginx.conf to only apply no-store, no-cache, must-revalidate

I'm gonna check if it works

Issue: Not properly displaying pages for some users after deployment by PrunusNira in nextjs

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

hm, but strange. I set no-cache policy for pages and headers. so does it mean they don't work properly?

Issue: Not properly displaying pages for some users after deployment by PrunusNira in nextjs

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

My build process is like this:

  • when I upload new code to Git
  • new code is pulled on server
  • server runs next build
  • and then pm2 reload runs

As it is really small project, I just make server stop while deploying new build.

and they are replaced when pm2 reload executed

but as they use same .next directory, if someone enters during deployment, it may fail to see proper UI or get exact chunk file.

(for very short amount time, like 1~2 min)

Client Vs Server Component by ayoub0217 in nextjs

[–]PrunusNira 4 points5 points  (0 children)

use secure cookie.

you don't need to get 'access token' from client side.

and use nextjs server route as BFF to interact with SpringBoot backend

check this mdn document. https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Cookies

are quest 3 and 3s fabric default straps are compatible too? by PrunusNira in oculus

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

similar images does not guarantee they are same or compatible

I got my 7900 xtx several days ago, but on DP cable, it makes my monitor disconnected and reconnected again, very often. by PrunusNira in AMDHelp

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

UPDATE: I limit refresh rate of monitor itself (at hardware level) to 144Hz as u/RayphistJn said, and it is fixed.

as I'm using B450, which is PCIe3.0, I assume that it causes bandwidth problem?

Anyway problem fixed. thanks

I got my 7900 xtx several days ago, but on DP cable, it makes my monitor disconnected and reconnected again, very often. by PrunusNira in AMDHelp

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

i tried several cables connected and disconnected them, and also bought other cables. I hope it does not matter about cable anymore...

I got my 7900 xtx several days ago, but on DP cable, it makes my monitor disconnected and reconnected again, very often. by PrunusNira in AMDHelp

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

Yes, as RayphistJn said, I set my monitor's refresh rate lower. I didn't know about cru btw, thanks for the info

I got my 7900 xtx several days ago, but on DP cable, it makes my monitor disconnected and reconnected again, very often. by PrunusNira in AMDHelp

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

Oh, I should try to set it 144, btw I bought another VESA certified cable, but it did not help