Security Identify returns false after user login

Wappler Version: 5.3.3
Operating System: Windows 11
Server Model: node.js / capacitor
Database Type: postges / sqlite
Hosting Type: local docker / capacitor

Expected behavior

When user logs in on mobile app and is redirected to the index page, the server connect that has a Security Identify action should return the id of the user.

Actual behavior

The response says “identity: false”

How to reproduce

  1. Create a server connect/api on Server with the Security Identify as a step
  2. Reference the server connect on the index page of the mobile app