Replies: 1 comment
-
I'm not very familiar with SSR but my guess is that when the page is actually rendered there is no logged in user, so your pages are always rendering just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why when I'm in SSR mode doesn't the except take precedence even though I have a group created?
In SSR mode with Laravel + Inertia + Vue.
When entering the admin and updating the page with f5 I get this error:
Error: Ziggy error: route 'admin.users' is not in the route list.
This is my ziggy.php file
My route in routes/admin.php
I am hiding the admin routes, so this is my app.blade file would only show the admin routes in case the logged in user is admin.
I have the ssr.js file
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions