Johannes Herrmann

Results 7 comments of Johannes Herrmann

@felixwortmann which client id and secret are you using? I have registered the macOS app with Firebase as iOS and I am only able to retrieve a `clientId` but no...

@felixwortmann thanks for the quick reply. I tried also setting up the app as a web app, but then I get an error for unauthorized redirect URLs. I have whitelisted...

@felixwortmann thanks this works well for running Flutter for web, but did not change to a default port for me when using the macOS version. Will dig deeper on where...

I can add a potentially related bug. I am loading two fragments as part of a query: ```ts const query = graphql(` query Viewer { viewer { user { ...UserInfo...

@yusukebe any idea how this could be resolved?

I am able to get around the vite error by excluding it from the bundle like so: ```ts // vite.config.ts import build from "@hono/vite-build/cloudflare-workers"; import devServer from "@hono/vite-dev-server"; import cloudflareAdapter...

@shubham1172 thanks for the quick reply. I tried using this workaround but still encountered the issue. It is unfortunately also not workable for all our services since we use Sveltekit...