I'm trying to request data from a spreadsheet, parse it then send it over to my quiz page for rendering, I cannot get it to work whatsoever with me and whenever I access data from the quiz's props it ends up being undefined only in production and I'm not sure why. I can't even log the variables on the server because I can't access server logs. Any insight?
Minimal Quiz: https://hastebin.com/joteteyoza.lua
Quiz getServerSideProps: https://hastebin.com/reziruzuji.js
_app (inspired from https://codesandbox.io/s/ku82o): https://hastebin.com/wahowejeko.js