Question: Does the `init` function recognizes if i...
# support-questions-legacy
g
Question: Does the
init
function recognizes if it was inited before? I have seen some errors on "headers already sent" on a few calls in my NextJS app and seems to be when a refresh session goes in place. It calls again the same endpoint/function and that already had an init in place. I think that is causing these edge issues.