You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported from nuxt/cli#753, it seems stackblitz node:crypto does not support createHash().digest('base64url').
I have to check better if it is a general limitation with older Node.js versions or specific to stackblitz, if it is for old versions (and no major perf diff), we can use digest + Buffer
Update: Seems supported in both Node.js v20, and Node.js v18. (stackblitz/webcontainer issue?)