Closed vjuliano closed 2 years ago
http://domain.tld/abcdef
) which is not the index page, /api
or other paths that are used internally. Maybe you have something (a script?) that requests an URL like this.routes/web.php
. This should fix the issue (this route is unused right now, but might get a function in a later release).@jln646v can you verify that my suggestions are working?
@jln646v pleaso reopen if you need it.
Detailed description of the problem [REQUIRED]
Logs are full of routing errors. This does not seem to have an impact functionally but pollutes the logs, as they use the 'error' logging level.
2022-05-23 18:38:40 UTC -- error -- App\Http\Controllers\PageController::page -- 44 -- No query results for model [App\Models\Page].; caused by 2022-05-23 18:38:39 UTC -- error -- Illuminate\Database\Eloquent\Builder::firstOrFail -- 527 -- No query results for model [App\Models\Page]. 2022-05-23 18:38:39 UTC -- error -- App\Http\Controllers\PageController::page -- 44 -- No query results for model [App\Models\Page].; caused by 2022-05-23 18:38:37 UTC -- error -- Illuminate\Routing\AbstractRouteCollection::handleMatchedRoute -- 43 -- 2022-05-23 18:38:37 UTC -- error -- App\Http\Middleware\FixStatusCode::handle -- 31 -- ; caused by 2022-05-23 18:38:36 UTC -- error -- Illuminate\Routing\AbstractRouteCollection::methodNotAllowed -- 117 -- The POST method is not supported for this route. Supported methods: GET, HEAD. 2022-05-23 18:38:36 UTC -- error -- App\Http\Middleware\FixStatusCode::handle -- 31 -- The POST method is not supported for this route. Supported methods: GET, HEAD.; caused by 2022-05-23 18:38:35 UTC -- error -- Illuminate\Database\Eloquent\Builder::firstOrFail -- 527 -- No query results for model [App\Models\Page].
Steps to reproduce the issue
Steps to reproduce the behavior:
Screenshots
Output of the diagnostics [REQUIRED]
About
Browser and system
Client: Firefox 100.0.2 Mac Os 12.4 Server: Ubuntu 22.04