When opening the Topics page, this error appears: Error: fetch failed src\app\emp\(authenticated)\topics\page.tsx (22:20) @ async Page 20 | const endpoint = `/topics` 21 | const apiKey = process.env.CMS_API_KEY > 22 | const response = await fetch(apiUrl + endpoint, { | ^ 23 | cache: 'no-cache', 24 | headers: { 25 | Authorization: `users API-Key ${apiKey}`,
When opening the Topics page, this error appears:
Error: fetch failed
src\app\emp(authenticated)\topics\page.tsx (22:20) @ async Page
20 | const endpoint =
/topics21 | const apiKey = process.env.CMS_API_KEY