Base solution for your next web application
Open Closed

Error in last update #1588


User avatar
0
emme created

Hi, I just downloaded the new version 1.12, I just followed the instructions... (set db on web.config, update-database, ecc..) Use the SPA version and Multi Tenancy is set to false; in then attached pic is shown the error that I get right after login; notice in the top right that the function vm.SHOWNGETUSERNAME does not work and does not work even MY SETTING menu function What can I check? where I have been wrong? thanks for the help


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

    Hi,

    First of all you can take a look at logs.txt in App_Data\Logs folder. Probably you will find error details.

  • User Avatar
    0
    emme created

    Thank you for the help, I took your advice and I read the file Log.txt and I found the lines regarding WARN Antiforgery.abpAntiForgeryApiFilter; looking for other posts I read that you could use the attribute [DisableAbpAntiForgeryTokenValidation]; I checked and there was; I renamed the Log.txt to have a clean file and magically the error has disappeared. Now everything works;