You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a resource on Laravel's standard cache database by creating a LaravelCache model with a primary key of varchar(255). When the key contains a "/", the detail view page gives me a 404 error. I think an escape should be performed.
Here is the resource created in Laravel Nova.
When I view the details of the resource, the key is included in the URL; in this case, it works because the cache key does not use a slash.
If the key contains special characters, Laravel Nova gives me a 404 error.
The text was updated successfully, but these errors were encountered:
Description:
I created a resource on Laravel's standard cache database by creating a LaravelCache model with a primary key of varchar(255). When the key contains a "/", the detail view page gives me a 404 error. I think an escape should be performed.
Here is the resource created in Laravel Nova.
When I view the details of the resource, the key is included in the URL; in this case, it works because the cache key does not use a slash.
If the key contains special characters, Laravel Nova gives me a 404 error.
The text was updated successfully, but these errors were encountered: