jorgev259
jorgev259
Run s0/git-publish-subdir-action@develop > TypeError: Cannot read property 'slice' of null > at GitPackIndex.readSlice (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:20962:35) > at async readObjectPacked (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:21079:22) > at async _readObject (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:21121:14) > at async resolveCommit (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:28643:28) >...
Trying to get Server Actions working with my current setup which uses Apollo Server integrated into a NextJS API Route. I can see the cookie being created on the browser,...