- ABP Framework version: v5.3.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Tiered
- Exception message and stack trace:
- Steps to reproduce the issue:"
86 Answer(s)
-
0
Can you try connecting to the databases in docker using the database and Redis client?
I need you to show me how to do that. Your one-time help is definitely needed. Once I know how it's done, I can then do it myself.
-
0
If possible, you can recreate a new microservice project or try another computer to troubleshoot the environment.
I have already created a new Microservices solution twice and I couldn't get the AuthServer project to run.
-
0
redis: ports: - "6379:6379" sql-server-db: ports: - "1434:1433" environment: SA_PASSWORD: "myPassw0rd"
If you get into a Zoom session, we can fire up SQL Server Management Studio and connect to the database. But a database wasn't created by the relevant project in the Microservices solution. Again, I need your help with this.
-
0
You can try to run the
YourProjectName.DbMigrator
project first then that run theauth-server
. -
0
https://zoom.us/j/91461475907?pwd=MWtsdTR3aVZnTHRHVjhsU0NuT0dGZz09
You can send me here a list of things I should install on a new machine. Could you do that please?
-
0
hi
Visual Studio .NET 6.0+ SDK NPM AND YARN Docker Desktop ABP CLI
After that, you can try the steps in the meeting.
abp install-libs
-
0
hi
Visual Studio .NET 6.0+ SDK NPM AND YARN Docker Desktop ABP CLI
After that, you can try the steps in the meeting.
abp install-libs
Alright. As for the environment, we want to do it on Azure. That is because getting another physical development machine will take some time. Is a Azure Virtual Machine sufficient or do you need other Azure services to go with it?
-
0
I think Azure Virtual Machine should be no problem if it can install above software..
-
0
I think Azure Virtual Machine should be no problem if it can install above software..
Alright. Could you please give me the proper specs for an Azure Virtual Machine and we will spin it up. After that, let's get into a Zoom session, install the software, create a new Microservices solution, and execute the commands that you executed earlier. How about that?
-
0
I found some issues with Docker Desktop on Azure VM, I suggest you use a physical machine.
https://www.google.com/search?q=azure+virtual+machine+docker+desktop
-
0
I found some issues with Docker Desktop on Azure VM, I suggest you use a physical machine.
https://www.google.com/search?q=azure+virtual+machine+docker+desktop
OK, so using another physical machine is unavoidable then? My manager is talking about using a development deployment slot in Azure for our build! That doesn't make any sense, right?
-
0
You could try an Azure virtual machine, I'm not sure if it can run the software needed during development.
-
0
You could try an Azure virtual machine, I'm not sure if it can run the software needed during development.
Getting another physical machine, my manage is saying, will take some time. If we were to use the cloud (Azure), could you please tell me what Azure resources (web apps, etc.) we need to complete what we were working on earlier?
-
0
hi
I'm not familiar with Azure, the software mentioned above would be required.
https://support.abp.io/QA/Questions/3394/Cannot-get-the-AuthServer-application-to-run#answer-eda77ea0-c5b6-37dd-63ec-3a0502abe3ac
-
0
hi
I'm not familiar with Azure, the software mentioned above would be required.
https://support.abp.io/QA/Questions/3394/Cannot-get-the-AuthServer-application-to-run#answer-eda77ea0-c5b6-37dd-63ec-3a0502abe3ac
My manager has become tone-deaf. I have a suggestion. I'll share with you the source code we created earlier. Could you please completed building and running every app in that solution on your machine? Then, I'll push the code to a Github repo.
-
0
On machine, we are getting that strange error earlier.
-
0
You can create a private repository on Github, then invite me.
https://github.com/maliming
-
0
You can create a private repository on Github, then invite me.
https://github.com/maliming
OK will do that
-
0
You can create a private repository on Github, then invite me.
https://github.com/maliming
I am kinda locked out of my Github account right now. Could you please create a repo in your account and then invite me? I'll upload the code there.
-
0
ok, Please share your Github email or username to liming.ma@volosoft.com
-
0
ok, Please share your Github email or username to liming.ma@volosoft.com
I have sent my Github email address to liming.ma@volosoft.com. Could you have a look please?
-
0
https://github.com/maliming/Abp-3394
-
0
https://github.com/maliming/Abp-3394
Could you please invite me to that repo using justinf@theservicemanager.com or justineverettfraz? That justinfraz account just wasn't accessible for me.
-
0
-
0
Good morning!
I have accepted the invite for this repo:
https://github.com/maliming/Abp-3394
Could you please confirm that these are the commands I need to execute inside Gitshell?
Navigate to the path of the local repository git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/maliming/Abp-3394.git git push -u origin main
We can have a Zoom meeting to complete the push to your repository if you like.
Justin