Emre Çakır
Emre Çakır
Promise
@sahinyanlik Merhaba, son commite göz attım. Gördüğüm kadarıyla çeviri için kalan bi yer yok. Ben doğrudan 'Promise Chaining' ile devam ederim
Hey, Thanks for the suggestion. We will examine If there is a practical way to implement that
> Hey @dlehmhus 👋 I did some digging in here and it seems that nextjs renders the page before the `render` method is called when using a class based `_document`...
Using: - "next-auth": "^4.18.8" I encountered the same error and resolved it by providing `checks: 'pkce'` for OAuth providers of google and facebook.
> The memory leak seems to only be present when running in [`ubuntu:jammy`](https://github.com/jaunruh/next-image-test/blob/0dfdcf3bc88cc6767ec83831872bff313f03314e/Dockerfile#L1) base image (glibc). > > I don't see the memory leak when using the the recommended [`node:18-alpine`](https://github.com/vercel/next.js/blob/77ade436667566444defb80dd1a0e7183e4faff1/examples/with-docker/Dockerfile#L1)...
> Per our Discord conversation, using `sudo systemctl restart docker` on the worker node is confirmed as a workaround for the issue. After rebooting the service, the error goes away...
I am having a similar issue with the following: "antd": "^5.0.7" "next": "13.0.6" "react": "18.2.0" I had another project, it was using antd 4.x version and was working fine. The...
I have a similar issue. I am using next.js v13. As the documentation said, I put the external script inside my root layout: ```javascript export default async function RootLayout({ children...
Turns out it was just happening in my local development environment. Thanks for the heads up! Note for the others: do not enable IP blocking to eliminate your own visits...