Disable preflight check on route hander redirect
Unanswered
American black bear posted this in #help-forum
American black bearOP
If I don't use Link, I'm able to redirect to another page as I normally would from a route.ts file, however if I use Link with prefetch={false} and/or 'replace', The redirect first sends a preflight check and recieves a 404 from the other site. Strangely, this works completely fine if I use a regular anchor element. I imagine this might turn into an issue later, even though I can avoid it by not using Link for now. Is it not recommended to Link to route handlers? This is just for a basic GET.