Base solution for your next web application
Open Closed

Reproducable error: Logout from public website #7039


User avatar
0
p.j.keukens created

Hi,

I'm facing a reproducable error in the .net core + jquery version 6.9 of asp.net zero.

Start both the mvc app and the public facing website. When you use the public website to login you get redirected to the admin site, login and you are redirected back to the public website. Then when you press the logout button on the public website you are faced with an error.

Please resolve this issue.

Best regards Patrick


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @p.j.keukens

    Thank you for your report. Could you also share the error message ?

    Thanks,

  • User Avatar
    0
    p.j.keukens created

    @ismcagdas This is not specific to my implementation by the way, it goes wrong in the demo you can download as well.

  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, @p.j.keukens Thanks for reporting. I have created a fix for it.

    https://github.com/aspnetzero/aspnet-zero-core/pull/2395

  • User Avatar
    0
    p.j.keukens created

    This works, thank you!