#samuele-nextjs-checkout

1 messages · Page 1 of 1 (latest)

tight sand
#

Hey, you can't use the fetch API and res.redirect

#

You should do a client-side redirect if you want to use fetch: window.location.replace(session.url)

stiff torrent
#

oh ok

tight sand
#

Or you use <form> with an action handler (like our examples) for server-side redirect

stiff torrent
#

ok thanks

tight sand
#

Hope this helps!