Weweb newby activating EntraId oauth2, Login with popup fails

When I test the Login with popup step I briefly see a popup window, it disappears so quick that I cannot capture what it shows

I get a truncated error, screenshot missing as I’m not allowed to add 2 screenshots.

I need to copy and paste to another editor to see the full error

1. Why is the webweb design UI not showing the full error ?

name: "Error"

stack: "Error: Network Error at s.onerror (https://cdn.weweb.io/components/01*************************************************************************************************e7db/dist/manager.js?v=1:2:27950)"

message: "Network Error"

2. What is wrong ? Is there a step by step solution for activiating EntraId auth that I can follow ?

OpenId config
Config is correct AFAIK

Using weweb pro in Brave browser with shields down.

Hi Carl :waving_hand:,

Please open a support chat so we can take a look at this

Suggested ai fix of using id_token instead of code did not help.

We do get a result when changing this to token. but id_token and refresh_token are missing

id_token: undefined
session_state: "****************************************"
access_token: "***********************************************************************************************************"
refresh_token: undefined
token_type: "Bearer"
scope: "api://domain.com.app/User"
profile: undefined
expires_at: 1750154591
state: undefined
toStorageString: function(){return i.Log.debug("User.toStorageString"),JSON.stringify({id_token:this.id_token,session_state:this.session_state,access_token:this.access_token,refresh_token:this.refresh_token,token_type:this.token_type,scope:this.scope,profile:this.profile,expires_at:this.expires_at})}