Paolo pix Carraro
Results
2
comments of
Paolo pix Carraro
From [beta docs](https://beta.nextjs.org/docs/data-fetching/fetching#example-fetch-and-use-in-client-components) I remember `use` is reserved for client only. So maybe you have to add 'use client' on top. However in my experience it doesn't work: it goes...
Hi, same problem here with same stack (nextjs 13.1, REST, SSR, amplify + cognito) - error using custom_header (fail on every Auth.current*()) - 401 with this amplify configuration ``` export...