Dev build core-web project - what is the web client id expected

Hi @Allan_Zimmermann,

Was trying to run the core-web project in a dev setup, but I can’t figure out out web_client_id is it expecting for the sign in.

There is no .env sample file, but I see that in hooks.server.ts file it expects these values, so i tried to guess/map them:

WEB_DOMAIN=localhost.openiap.io
WEB_CLIENT_ID=local
WEB_PROTOCOL=http
VERSION=1.0.0
HASH=2d711642b726b04401627ca9fbac32f5c405bfc3f5c6e2c9b9e5e6a601d5b912
POSTHOG_TOKEN=your-posthog-token
WSAPIURL=ws://localhost.openiap.io

currently the ui project starts up, connects to localhost.openiap.io, but if i press the Signin button, it for some reason expects an oidc client, it doesn’t use the local provider for some reason, or as normally it should present you with the options to sign in locally or with any other configured provider.

Any hints on how to put together this dev setup would be appreciated! Thanks

Opencore has 3 agent id’s created by default, the one you can use is agent.

1 Like

Thank you very much, it worked :folded_hands:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.