Skip to content

Do not export HOOKIE_PAYLOAD anymore

Benjamin Tissoires requested to merge wip/fix-e2big into main

Turns out that the payload, which we don't control can be too much for the shell and we end up having weird errors like IO Error: Argument list too long (os error 7)

Drop this payload as we now have the export keyword which can emulate this (see the tests fixes).

Merge request reports

Loading