Open

Description
Hi React Team,
I have one question.
I am building react app with "react-scripts": "4.0.3".
After uploaded and built on netlify, when refresh the page with param (https://corsac-v2-marketplace.netlify.app/collection/0x5ac4c0970a00e89944e7e69d6e27efc1e65ac4d8), it returns white blank page. (will attach screenshot with console)
But, on local dev(yarn start), it does work (http://localhost:3000/collection/0x5ac4c0970a00e89944e7e69d6e27efc1e65ac4d8).
So, I googled for a few hours in order to fix this issue, but, I couldn't get any solutions.
I tried added /_redirects file and .htaccess file. (it doesn't work)
How can I fix this issue?
Hope your quick help.
Best,,,