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)
-
0
Hi,
First of all you can take a look at logs.txt in App_Data\Logs folder. Probably you will find error details.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
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;
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)