Error: async/await is not yet supported in Client Components, only Server Components. This error is often caused by accidentally adding `’use client’`
Throwing Error in log async/await is not yet supported in Client Components, only Server Components. This error is often caused by accidentally adding `’use client’` to a module that was originally written for the server.