Mentlegen
Mentlegen
Thank you @innowhat for the workaround, worked fine with Apple. However setting the `response_mode` to `query` doesn't allow any scope to be used to retrieve user info, sadly (although at...
> Hi @KristenWilde, I have never used apple as a provider so cant really tell if the work around applies there as well. Anyways, you could try overriding your apple...
The issue is still happening in Safari Version 15.2
Agreed, global theming seems not to be working on the component. It is a bit tedious to duplicate the style just for this, would love a fix for it 😄
Same here in NextJs. Even wrapping components in `dynamic` doesn't solve the issue, I need to import any `@tauri-apps` with `await import` inside the client code completely. Even if that...
Had a similar issue and using `127.0.0.1` or `0.0.0.0` would indeed fix the problem.
@chrgue Instead of writing the worker's code within an arrow function, try instead to use it in a separate file and assign the absolute path of your `worker.js` file to...
Happening to me as well. In my case, deleting the worker and creating it again fixed the issue. I was able to break it again by manually adding variables within...
/start
@0x4007 should be good to go for now hopefully.