Activities of "alper"

Answer

@shobhit you can re-login to get a new token, this might solve the issue. or you can create a new project exactly with the same project name, then copy the new AbpLicenseCode from the new project's appsettings.json file into your existing project appsettings.json files.

@dev1_premierpoint:

I found another post in this forum that said logging in to Abp with the Abp CLI would remove it. I did that and, sure enough, the message went away in the logs.

I guess my question at this point is what will happen in Production? There won't be a way to log into the Abp CLI in production.

you don't need to care about the prod environment, because this license issue only occurs on the development platform or when the debugger is attached. the published application will never go to the license server for performance precautions.

this sounds more like a consultancy issue. these issue tickets are for concrete problems and questions. you may need to check the following docs to understand how to build a modular web application using ABP.

  • https://docs.abp.io/en/abp/latest/Best-Practices/Module-Architecture
  • https://docs.abp.io/en/commercial/latest/startup-templates/module/creating-a-new-solution
  • https://docs.abp.io/en/commercial/latest/guides/extracting-module-as-microservice
  • https://docs.abp.io/en/commercial/latest/modules/index
  • https://docs.abp.io/en/abp/latest/Startup-Templates/Module
  • https://docs.abp.io/en/abp/latest/PlugIn-Modules
  • https://docs.abp.io/en/abp/latest/Module-Entity-Extensions
  • https://docs.abp.io/en/abp/latest/Modules/Index

or you can get this training from our experts https://commercial.abp.io/trainings/modular-web-application-development

Answer

this is the result of the connection issue. it waits for a proper response from the license server, but somehow your computer doesn't get a valid response. there are 2 reasons: 1- abp.io may be down for upgrade operations 2- your computer cannot reach to abp.io.

Answer

This is not a normal situtation. If it happens 1-2 times, it's OK but if this happens always, your application may stop running. It happens when your computer doesn't reach to abp.io website.

that's correct. the token is cached for a certain amount of time. that's why even you log in, it doesn't get refreshed. we can work on that to improve it when you have several licenses.

hi @ccernat,

@enisn will help you on that.

this is probably because you have another license that is not Business or Enterprise and you have logged in with that account. to fix the problem, try to login with your Business/Enterprise account.

You can download the LeptonX demo website source-code from the following link with all the widgets included

  • https://abp.io/api/download/samples/leptonx-demo

to run the website, execute the bash command:

npx http-server

Commercial customers can download the LeptonX demo website (x.leptontheme.com) source-code :

  • https://abp.io/api/download/samples/leptonx-demo

@gizem will try to reproduce the problem

Showing 231 to 240 of 1850 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30