Dennis Hundertmark

Results 7 comments of Dennis Hundertmark

Hi @WHeirstrate we have still the same error and are back on Angular 15 for now.

Damn @barbados-clemens you are my hero! 🚀 You are right, there was a litte tiny import from an Angular Library within the Cypress Library. I removed this import and Cypress...

> Update: after also updating Jest this does work > > For an example see https://github.com/testing-library/angular-testing-library/blob/main/apps/example-app/src/app/examples/22-signal-inputs.component.spec.ts This is not working for me 😞. I updated jest-preset, Testing Library and jest,...

> Do you got a reproduction @mnkyjs ? It was my bad 🤦 , after I removed my node_modules folder and rerun npm install everything worked again 👍

We run into the same problem. We fixed it (for the moment) by using `npm ci --foreground-scripts`. Maybe this will help for you as well 🤷‍♂

I have the same problem, here is my current implementation ```typescript import { getQueryParams } from "expo-auth-session/build/QueryParams"; import { openAuthSessionAsync } from "expo-web-browser"; ---- const createSessionFromUrl = async (url: string)...

I found this article quiet helpful and was able to enable OIDC Provider (Keycloak) and get everything to work. https://bishwajeet-parhi.medium.com/i-built-an-auth-template-powered-by-react-native-and-appwrite-4a0b7ee90ba6