Logout not working from front Corals Express theme

Laraship QuestionsCategory: TechnicalLogout not working from front Corals Express theme
frank asked 6 years ago

We created a theme and used the coral express as a starting point and the logout does not work.

We went back to and tried with the original theme and the logout does not work either.

how to fix logout?

1 Answers
laraship Staff answered 6 years ago

Hello.
The Logout is using POST request not request, we checked your theme and you're using direct link, if you check our themes you will see the logout URL looks like

<a href="{{ route('logout') }}" data-action="logout"

class="dropdown-item">

<i class="fa fa-power-off">

@lang('corals-quantum-admin::labels.partial.logout')

data-action="logout" will call a JS function at Laraship to make the call as POST