I'm building an external app, and upon loading the app for the first time in needs to redirect to a shopify link so that the user can give my app permissions. Currently, I'm doing it like this:
<Navigate to="{url}" /> , where {url} is the correct url that my app should be redirecting to. But nothing happens. Am I missing something? How do you properly redirect to an external webpage and get a 301 status code using React?