Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Bug after update

    General Discussion
    3
    6
    189
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MallauryG last edited by

      Hello,

      I have done the update and merged my custom modifications in the new 1.5.1 branch.

      Now I see this error :

      Route [admin.tax-rates.index] not defined. (View: C:\wamp64\www\BagistoCustom\packages\Webkul\Admin\src\Resources\views\users\sessions\create.blade.php)
      

      I know that the update changed some routes' name. For instance, "tax-rates" become "tax_rates". But I do not find any instance of "admin.tax-rates.index" in my code nor in this file.

      I already cleaned cache...

      Thanks!

      M 1 Reply Last reply Reply Quote 0
      • M
        MallauryG @MallauryG last edited by

        @MallauryG

        Ok I needed to run php artisan bagisto:publish --force again.

        1 Reply Last reply Reply Quote 0
        • M
          MallauryG last edited by

          @sanjay-webkul
          Humm... I did some changes and this occur again.
          I tried to npm run dev in each packages then I did : php artisan bagisto:publish --force again. But it does not work...

          ghermans 1 Reply Last reply Reply Quote 0
          • ghermans
            ghermans @MallauryG last edited by

            Please check https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Routes/settings-routes.php#L261

            Kind regards,
            Glenn Hermans

            Manager Bagisto Europe
            info@bagisto.eu

            M 1 Reply Last reply Reply Quote 0
            • M
              MallauryG @ghermans last edited by

              @ghermans
              Hello,
              Thank you. But the routes are correct and my IDE does not find any occurrence of this route.

              1 Reply Last reply Reply Quote 0
              • A
                Amitk-Webkul last edited by

                Hi @MallauryG,

                Please clear the config and route cache.

                php artisan config:cache
                php artisan route:cache
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post