Marko Jakic

Results 4 comments of Marko Jakic

Did someone solve this? I'm getting the same error with `bcrypt` ```shell 1 | 'use strict'; 2 | 3 | var nodePreGyp = require('@mapbox/node-pre-gyp'); 4 | var path = require('path');...

I use this workaround if you don't use Zustand: ```js const prevOpen = useRef(open); useEffect(() => { if (prevOpen.current && !open) { setTimeout(() => { document.body.style.pointerEvents = "auto"; }, 400);...

I also had this issue and i think i managed to fix it this morning. I'm using next-intl as well (like few other people here) and fix for me was...

@aravindkarnam > CRAWL4AI_API_TOKEN is deprecated now! Does this mean there's no bearer token security option for REST API calls anymore?