Soshi Homma

Results 18 comments of Soshi Homma

I had same issue and it has fixed when I change to correct directory.

I have installed `windows-build-tools` on first, but errors happened. Btw, should I do it on Linux better to do with Windows?

Hi, I tried to install this theme on linux, but the same error happened. ```ERROR Script load failed: themes/hexo-theme-skapp/scripts/renderer.js Error: Cannot find module '/home/pi/blog/node_modules/nodejieba/build/Release/nodejieba.node' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25)...

Wait, what's wrong with build step?

yes I did. Including css file to header is only worked.

As @KristijanKanalas mentioned, `setFieldValue` will return a promise so his workaround fixes it. Although, for example in case you'd like async/await style: ```tsx onChange: async value => { await setFieldValue(field,...

I have similar issue. I also represent the `redirect` object, but only `redirect.home` wouldn't work, so it doesn't redirect after logged in.

...according to reading the code, setting `user.autoFetch` to false causes the redirect issue. nvm

I forgot one thing to say, if there's no api to fetch the user, this problem occurs. Like, if it's configured to use `/api/user/me`, and backend has no route for...

Additional info: As a workaround, I put hash of all the scripts inside the `` tag including next-themes's, so that we can add hash to nonce like `sha256-abcdefghijk...` to permit...