I am using js-cookie to set a cookie on the front end Cookies.set(\'foo\', \'test\')
Cookies.set(\'foo\', \'test\')
I am then using a nextjs api route to view the available cookies