HI,
This error occurred at startup. When we set the application to the Single tenant ( multitenancy off ).
If multitenancy on: [] Error occurred at admin login [] Fine working in tenant and user Login.
Thanks
8 Answer(s)
-
0
Hi @velu,
Switching from multi tenant to single tenant can cause such problems. Can you try to clear your cookies and try again ?
Thanks.
-
0
Hi,
We try to delete all cookies, Still, the issue persists.
Console Error. Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Browser Response. This localhost page can’t be found
No webpage was found for the web address: <a class="postlink" href="http://localhost:22742/Account/Login?ReturnUrl=%2Fapi%2Fservices%2Fapp%2FNotification%2FGetUserNotifications%3FMaxResultCount%3D3">http://localhost:22742/Account/Login?Re ... tCount%3D3</a> Search Google for localhost 22742 Account Login HTTP ERROR 404
Thanks
-
0
Hi @velu,
Can you also share the error message in your Log file ?
-
0
HI,
Please look into this for the log file.
URL: <a class="postlink" href="https://drive.google.com/open?id=0BzSirtYGe7EHOWZoZkVvLTIyeFE">https://drive.google.com/open?id=0BzSir ... kVvLTIyeFE</a>
Thanks.
-
0
Hi @velu,
I think this problem is solved and it was related to corrupted data in AbpUserNotifications table.
Thanks.
-
0
HI,
After deleting all data from table it's working, But when we create new user then new notification data inserted into table and the same error occurred
Thanks
-
0
Hi @velu,
Can you share latest version of your project with us via email ? Let us check it again.
Thanks.
-
0
Hi,
We observed that this issue is not related to table value Because this functionality works fine on Hosted Server.
*This problem only occurred in development machine.
Thanks.