-
Notifications
You must be signed in to change notification settings - Fork 119
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
HTTP Request 404 Error #119
Comments
Same problem here, but status code 403 |
Same issue here:
|
I solved the 403 (It was cloudflare issue) but I still with 404, I just gave up at this point |
Same issue here (404) |
ME TOO.Ver:3.2.1 php artisan opcache:clearThe requested URL returned error: 404 Not Found |
I had no issues with In case someone has a similar problem, I traced it down to |
It's working well. |
@anyforever I tried to apply these settings to my project and it had no effect. I am running PHP 7.4.13 on Ubuntu 18.04 |
@miraries check my answer here: #122 (comment) |
@lorenzocattaneo much better, thanks! |
In my case it was cached routes, so just run:
or
|
503 in here Illuminate\Http\Client\RequestException
HTTP request returned status code 503:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/ht (truncated...)
at vendor/laravel/framework/src/Illuminate/Http/Client/Response.php:241
237▕ {
238▕ $callback = func_get_args()[0] ?? null;
239▕
240▕ if ($this->failed()) {
➜ 241▕ throw tap(new RequestException($this), function ($exception) use ($callback) {
242▕ if ($callback && is_callable($callback)) {
243▕ $callback($this, $exception);
244▕ }
245▕ });
+14 vendor frames
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle() |
Same here, any updates? |
Same here. 404 |
same issue here, any updates? |
As mentioned add this to the config, then clear any cached config with |
|
Same issue here:
Tried below still doesn't work
Laravel Framework 8.55.0 |
I'm also having this issue... In my local machine everything works fine. In production server I get 404. My server is behind a load balancer so I'm using I've tried clearing cache, routes, config, etc... No luck... I've tried setting I'm stuck... Anyone has any ideas? |
did you try clear cache and config? |
Same issue here. Anyone found the solution? I'm using Laravel 8 and PHP 8.1. |
Hi |
Please clear your php code opcache use other methods, or restart your php-fpm. |
I solved this problem by upgrading my laravel installer to version 4, I did it by simply running the following command line : composer global require "laravel/installer:^4.0" Thanks for master Elias MISSAOUI who suggested to me this solution. |
This is my error, and I updated ``APP_URL=http://localhost``` to correct url -> |
I just installed opcache and get the following error when I to run:
php artisan opcache:clear
php artisan opcache:config
php artisan opcache:status
I'm using:
The text was updated successfully, but these errors were encountered: