partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

/api/grid_presets Not Found #959

Closed mdhowle closed 4 years ago

mdhowle commented 6 years ago

System Information

How to reproduce

Log into Partkeepr; navigate to https://partkeepr/api/grid_presets

Critical Error

Details
==================================
The server returned a response which we were not able to interpret.

Request
==================================
GET https://partkeeper/api/grid_presets?_dc=1521729382956

Response Status Code
==================================
500

Response
==================================
An Exception was thrown while handling: Not Found

Server Configuration
==================================
doctrine_orm_version: 2.5.4
doctrine_dbal_version: 2.5.2
doctrine_common_version: 2.6.0-DEV
php_version: 7.1.11
auto_start_session: true
maxUploadSize: 2097152
isOctoPartAvailable: false
availableImageFormats: JPG,GIF,PNG
max_users: unlimited
authentication_provider: PartKeepr.Auth.HTTPBasicAuthenticationProvider
tip_of_the_day_uri: https://partkeepr.org/tips/%s
password_change: true
patreonStatus: [object Object]
[2018-03-22 10:33:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/grid_presets"" at /srv/http/partkeepr/public/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 176 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/grid_presets\" at /srv/http/partkeepr/public/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:176, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at /srv/http/partkeepr/public/app/cache/prod/appProdProjectContainerUrlMatcher.php:2810)"} []
Drachenkaetzchen commented 6 years ago

Can you upgrade to 1.4.0 and see if the error is gone?

christianlupus commented 4 years ago

No answer for more than a year, closing therefore.