Base solution for your next web application

Activities of "annoure"

Salam Kardach ,

who could you give me as advice if i want to integrate the plugin jtable.org in the solution generated by boilerplat.

thanks

When I run the application the first time I have this error. I went to the table and I see AbpUsers a NULL in the id . Is it normal ?

thanks very much

Hello everybody,

I have this error message locally and on the remote server

I looked on the forum:

  • The post: [https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=10065&p=23165&hilit=Current+user+did+not+login+to+the+application#p23165])
  • This page: [https://github.com/aspnetboilerplate/module-zero-core-template/pull/87])

But I could not find the solution.

This is a screenShot of the error: [http://prntscr.com/ideiwr]) Can you help me please

Hello, Thank you for sharing your solution.

In fact I tried your code, and I have an error. He tells me that:

An error occurred while starting the application.
FileNotFoundException: Le fichier 'D:\devnet\tryout\Digiapps\aspnet-core\src\Digitar.Digiapps.Web.Host\bin\Debug\net461\Digitar.Digiapps.Web.Host.xml' est introuvable.
System.IO.__Error.WinIOError(int errorCode, string maybeFullPath)

FileNotFoundException: Le fichier 'D:\devnet\tryout\Digiapps\aspnet-core\src\Digitar.Digiapps.Web.Host\bin\Debug\net461\Digitar.Digiapps.Web.Host.xml' est introuvable.

If I understand correctly I have to create an XML file (Digitar.Digiapps.Web.Host.xml): 1- what it must contain this file 2 - it must be deployabale I think. 3 - It must be put where.

???

Thank you

If someone need this:

<a class="postlink" href="http://prntscr.com/iecp3z">http://prntscr.com/iecp3z</a>

Hello @ ismcagdas. Unfortunately not yet :-(

My goal is to make Frontend development independent of backend development.

The Frontend developer must be able to test the methods exposed to Swagger's UI

But I still have the same Error message: "Current user did not login to the application!" "To access some methods I need to authenticate"

What I have done: 1 - Add the Authenticate button to SwaggerUI [http://prntscr.com/iepkku]) 2 - I get the Api_key from: Project: .Web.Host> appsettings.json <span style="color:#FF0040"> [I do not know if it's here that you have to look for it or not]</span>

CODE:

"JwtBearer": {
            "IsEnabled": "true",
            "SecurityKey": "Digiapps_8CFB2EC534E14D56",
            "Issuer": "Digiapps",
            "Audience": "Digiapps"
        }

3 - I put the following code: Digiapps_8CFB2EC534E14D56 in the field: Api_key

  • And it does not work, the result is the same, I always have the erratic message: "Current user did not login to the application!" In local and remote Server

it's been 3 days that I seek the solution. How can I authenticate to test all methods.!!!

Accesstoken == NULL

Thanks for response.

Click here:

Acesstoken is NULL I don't know why !! Sorry link to image:

[http://prntscr.com/ieqkfc])

:) No errors in the Logs.txt file

When debugging, it exits the function when instantiating the AuthenticateResultModel constructor in the Authenticate method.

I found the solution. If the user in question needs to change his password during the next login, he will enter the if, the coip the Authenticate method will not have the opportunity to initialize AccessToken

voir cette image: [http://prntscr.com/ies76r])

[http://prntscr.com/ies7ce])

Showing 1 to 10 of 22 entries