On Change paasword submit get an error
/home/manageta/public_html/
Symfony\Component\Routing\Exception\RouteNotFoundExceptionRoute [user.settings] not defined.
https://managetally.com/admin/password/upadte
- Stack trace
- Request
- App
- User
- Context
- Debug
Share
Expand vendor frames
- 50
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
Illuminate\Routing\UrlGenerator
:389
- 50
- 1 vendor frame…
- 48
app/Http/Controllers/Admin/UsersController.php
App\Http\Controllers\Admin\UsersController
:264
- 48
- 1 unknown frame
- 31 vendor frames…
- 15
app/Http/Middleware/GenerateMenus.php
App\Http\Middleware\GenerateMenus
:31
- 15
- 12 vendor frames…
- 2
public/index.php
:55
- 2
- 1
server.php
:21
- 1
Illuminate\Routing\UrlGenerator::route:389
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
* Get the URL to a named route.
* @throws \Symfony\Component\Routing\Exception\RouteNotFoundException
public function route($name, $parameters = [], $absolute = true)
if (! is_null($route = $this->routes->getByName($name))) {
return $this->toRoute($route, $parameters, $absolute);
throw new RouteNotFoundException("Route [{$name}] not defined.");
* Get the URL for a given route instance.
* @param \Illuminate\Routing\Route $route
* @throws \Illuminate\Routing\Exceptions\UrlGenerationException
public function toRoute($route, $parameters, $absolute)
Asked 1 week ago on February 23, 2021 4:59 AM Comments 3 times
Swap replied 1 week ago on February 23, 2021 11:29 AM
Hello Hari,
We fixed this issue.
- Swap
Hari Jaswal replied 1 week ago on February 23, 2021 9:51 AM
https://managetally.com/
you can login and upload any logo and see
Swap replied 1 week ago on February 23, 2021 8:39 AM
Hello Hari,
Login with below credentials -
Username=admin@admin.com
Password=12345678
Notes: Don't create ticket for same issue. We already replied you on ticket no. #3322. Please close other ticket if your issue was solved.
Thanks & Regards,