-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
Steps to reproduce
I have added definePage according to abilityRules on my user's json ability. but its not working. It is still 401.
<script setup> definePage({ meta: { action: 'add', subject: 'project' } }) </script>
What is expected?
Can access the page.
What is actually happening?
Cannot access the page. When I have already added the definePage, but still 401.