Access to fetch from origin ‘firebasestoragelink’ has been blocked by CORS policy: ‘No Access-Control-Allow-Origin’
It seems that the issue only occurs in the production environment, as fetching the URL and passing it to React-PDF works fine in local and development environments. However, when React-PDF attempts to request the PDF document, the error arises. Is there a solution to resolve this issue?