Skip to content

does not access emulator #8

Closed
Closed
@andrejm7

Description

@andrejm7

Hello Friend.

thanks for the library.
I was a little confused ... because I am implementing and via the browser the link localhost: 8080 / auth of the keycloak I can access ...

however if I try to do this through my emulator of the android app .. it does not access the page .. what is the problem?

see in the image.
image

my keycloak.js is
`
import { RNKeycloak } from '@react-keycloak/native';

// Setup Keycloak instance as needed
// Pass initialization options as required
const keycloak = new RNKeycloak({
realm: "XXXXX",
url: "http://localhost:8080/auth",
clientId: 'ui',
});

export default keycloak;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedBug fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions