can't access static tsv files when deployed on vercel
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
my tsv files are in the public folder and accessed with getStaticProps using the fs library and it works locally, but when deployed on vercel the page cant access the data.
i got this error
"Partitioned cookie or storage access was provided to “https://vercel.live/_next-live/feedback/feedback.html†because it is loaded in the third-party context and dynamic state partitioning is enabled."
so i tried to enable cors but that didnt work either.
have you encountered this problem before? can you help me?
i got this error
"Partitioned cookie or storage access was provided to “https://vercel.live/_next-live/feedback/feedback.html†because it is loaded in the third-party context and dynamic state partitioning is enabled."
so i tried to enable cors but that didnt work either.
have you encountered this problem before? can you help me?
3 Replies
Brown bearOP
i reckon its got something to do with not being able to find these files
dont know why they are json files tho