Problem with Display Resource that have Primary KEY varchar(255) #6200
Unanswered
emkcloud
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions