I’m having an issue figuring out security permissions - I’m trying to restrict certain file paths so that they cannot be accessed by not authenticated users. I have a folder restricted as below:
I have one more request for you. Please create a test user in your application so that we can try logging in with their credentials and reproduce the issue.
At the moment, our preliminary assumption is that there might be something wrong with the cookie setup. I haven’t been able to reproduce your issue in my own application.
Problem in your case was caused by fact that in UI Builder settings you selected different domain for API calls and files retrieval. This led to situation when auth cookie which was obtained during login, was considered as 3rd-party cookie and was blocked by browser.
I have updated UI Builder settings in your app to use your custom domain in both cases and problem has gone after that.