Kai N.
Kai N.
> > I'm having the same problem, but with the latest docker image. > > https://github.com/zfcsoftware/cf-clearance-scraper?tab=readme-ov-file#installation There is a problem with the Docker image that I can't understand. Can you...
If there's anything how I can support you with this, @zfcsoftware , let me know ✌🏻
Heya, I'm having the same issue and I'm using the [`vite-electron-builder`](https://github.com/cawa-93/vite-electron-builder) template for my electron app. I have shared some code in this discussion thread: https://github.com/cawa-93/vite-electron-builder/discussions/1010 Apart from what I've...
I'm facing the same issue. In my case I'm using the `fetch` hook to persist the access token and refresh token after refreshing them. Unfortunately, rolling back to v0.5.11 did...
Glad that it helped you, @vanling 😅 I'm still struggling getting this to work. I really hope @atinux has a brilliant idea what's going on.
Found this https://github.com/atinux/nuxt-auth-utils/issues/314#issuecomment-2589502413, which might be helpful. Edit: I've implemented it as a custom refresh endpoint and it seems to work fine :) `/server/api/auth/refresh.get.ts`: ```ts import { UserSession } from...
@atinux any idea what could be the issue here? I'm also still having issues getting the updated session on the client side after refreshing the session.
> If you make an API call that update the session / cookie on server-side, you need to tell the Vue composable to refresh it self: > > + const...
I'm having the same issue on Ubuntu WSL2. ``` $ electron-builder install-app-deps • electron-builder version=25.0.5 ⨯ open /home/user/code/project/node_modules/create-hash/md5.js/package.json: not a directory github.com/develar/app-builder/pkg/node-modules.(*Collector).resolveDependency /Users/runner/work/app-builder/app-builder/pkg/node-modules/nodeModuleCollector.go:236 github.com/develar/app-builder/pkg/node-modules.(*Collector).processDependencies /Users/runner/work/app-builder/app-builder/pkg/node-modules/nodeModuleCollector.go:122 github.com/develar/app-builder/pkg/node-modules.(*Collector).readDependencyTree /Users/runner/work/app-builder/app-builder/pkg/node-modules/nodeModuleCollector.go:64 github.com/develar/app-builder/pkg/node-modules.(*Collector).readDependencyTree /Users/runner/work/app-builder/app-builder/pkg/node-modules/nodeModuleCollector.go:80 github.com/develar/app-builder/pkg/node-modules.(*Collector).readDependencyTree...
> ``` > nativeRebuilder = sequential “legacy” | “sequential” | “parallel” | “undefined” - Use legacy app-builder binary for installing native dependencies, or @electron/rebuild in sequential or parallel compilation modes....