-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Route:cache #64
Comments
Having the same issue
|
Issue exists since #25 |
Looking at the cached routes in '/about' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'about',
),
),
),
'/explanations' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::IiVW6TNc537ZRvuv',
),
), The |
I have the same issue, is there a fix? |
I have this issue with route caching
|
@Sliper959595 If you have a solution, please send a pull request. |
The thing is, I don't have a solution. I need it myself. How can I solve
this problem. Will you release an update or how do I work around this error?
ср, 10 авг. 2022 г. в 12:11, Adrien Leloup ***@***.***>:
… @Sliper959595 <https://github.com/Sliper959595> If you have a solution,
please send a pull request.
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APECO76TMOSES32QGZYK4PTVYNW35ANCNFSM4NFBU4CA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Sliper959595 there is no known solution to this problem at this time, except not using route caching. If you do find a solution or workaround, please consider sharing your findings with others in this thread, or better yet, opening a pull request with a fix. Thanks |
How do I disable caching in laravel? when I reset all caches it still
doesn't work. Please tell me how I can refuse caching
ср, 10 авг. 2022 г. в 12:54, Adrien Leloup ***@***.***>:
… @Sliper959595 <https://github.com/Sliper959595> there is no known
solution for this problem at this time, except not using route caching. If
you do find a solution or workaround, please consider sharing your findings
with others in this thread, or better yet, opening a pull request with a
fix. Thanks
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APECO7ZXZ46APSFCF3OA5ITVYN36VANCNFSM4NFBU4CA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As a workaround avoid caching routes for now, not ideal but at least it works. |
I have the same issue |
Curious if anyone has any idea about how to provide a longer term fix for this please? I'd like to apply route caching on my application but doing so breaks this package. |
Hello there, sorry for the delay. I published a fix that should have fixed this issue... At least, everything seems to be working fine on my local testing app. Could you please confirm? Thanks! |
We needed a fix for this, as this library has been used extensively in one of our projects.. and we have hundreds of other routes that need to be cached. I also couldn't locate the fix that @toonvandenbos mentioned above.. I resolved this by adding my own Middleware, instead of using
|
When
php artisan route:cache
ran, it's not working:@Nyratas
The text was updated successfully, but these errors were encountered: