Hi,
I am having problem using Yourls when leaving user access management to Cloudron.
I have setup 3 instances of Yourls:
- Instance 1 is using the "Only allow the following users and groups" to control access to the app
- Instance 2 is using the "Allow all users from this Cloudron" to control access to the app
- Instance 3 is using its own user management
Instance 3 works fine with its own user.
However, at the moment, for instance 1 and 2, a similar problematic behavior is observed:
- upon first attempt to login with a valid user:
- The event log of the app shows a successful login:

- after the login post, the admin page reload and and the app shows "Please log in" prompt

- the app log shows no relevant entries
- upon any following attempts:
- after the login post, the admin login page reload and the app shows "Invalid username or password":

- the event log of the app show no entries
- the app log shows no relevant entries
In both instances 1 and 2, an app restart yields no different results.
To note but possibly unrelated, all app instances app logs are showing the similar/identical entry:
[Thu Jul 10 10:26:15.513463 2025] [core:error] [pid 48] [client 172.18.0.1:39118] AH00037: Symbolic link not allowed or link target not accessible: /app/code/index.php
Hopefully the above is clear and illustrate the current issue.
Any idea how to process further?