- 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
I'll be anxiously waiting for your response. I have even installed the latest version of Github Desktop on my machine.
-
0
HI
I init the repository you can push your code.
-
0
HI
I init the repository you can push your code.
Could we have a Zoom session please? While trying to get folders full of files into a Github repo, I struggle.
-
0
hi
If you can't use Github very well. You can zip your project and send it to liming.ma@volosoft.com
-
0
hi
If you can't use Github very well. You can zip your project and send it to liming.ma@volosoft.com
Fine. I'll do that.
-
0
I'll send you zip files of each folder in the solution folder. Zipping the entire solution folder is too big.
-
0
run
abp clean
before zip -
0
run
abp clean
before zipOK. Running NPM yesterday added all of the node modules to the AuthServer project. And so the solution folder got so big.
-
0
You can remove the
node_modules
folder,abp install-libs
will restore the npm packages again. -
0
You can remove the
node_modules
folder,abp install-libs
will restore the npm packages again.My apologies, I had to attend to a medical situation this afternoon.
I ran abp.clean before zipping. I have removed the node_modules folder. I have now sent you the zip file. Could you have a look please?
-
0
: )
-
0
: )
I ran abp clean before zipping. I have removed the node_modules folder. I have now sent you the zip file. Could you have a look please?
-
0
By email, the zip file is not going through. So, I have the uploaded the zip file here:
https://github.com/maliming/Abp-3394
Could you have a look please?
-
0
ok, I will check it.
-
0
ok, I will check it.
Great! I'll be around late. So, if you see any missing files in the zip file, please let me know.
-
0
hi
I tested it, It works after deleting some files.
https://github.com/maliming/Abp-3394/issues/1 https://github.com/maliming/Abp-3394/tree/main/src https://github.com/maliming/Abp-3394/commit/f95b70cc24ea96dc4da3b08c8a1ece5e6063dd07
-
0
hi
I tested it, It works after deleting some files.
https://github.com/maliming/Abp-3394/issues/1 https://github.com/maliming/Abp-3394/tree/main/src https://github.com/maliming/Abp-3394/commit/f95b70cc24ea96dc4da3b08c8a1ece5e6063dd07
OK. Now, I would like you to test all of the other apps in the solution because my new machine will not be available until probably next week. After you have tested all of the other apps, you can replace the source code files in your repo with new source code files edited by you. I will clone the source code on to my machine. Could you do that please?
-
0
Good morning Maliming!
When you're online, could you ping me please? I have a series of questions that I want to ask you about the solution that is working now.
Best Regards,
Justin
-
0
hi
You can leave your questions here.
-
0
Here are my questions:
- I noticed that in this path (https://github.com/maliming/Abp-3394/tree/main/src/apps/auth-server/src/Firebird2.AuthServer), there is no node_modules folder. So, if I cloned the repo and ran it on my machine, will the AuthServer app run just like on your machine?
- After I clone the repo on my machine, what are the series of commands I need to execute to build and run the AuthServer app, i.e., dotnet build, npm, yarn, abp install-libs, etc.? Could you please give me a full list of those commands in the right sequence?
- Will the PublicWeb app in this path (https://github.com/maliming/Abp-3394/tree/main/src/apps/public-web/src/Firebird2.PublicWeb) run like the AuthServer app?
i have several more questions...
-
0
- the
node_modules
will be restored by theabp install-libs
command. dotnet build /graphbuild
andabp install-libs
PublicWeb
depends theAuthServer
- the
-
0
- the
node_modules
will be restored by theabp install-libs
command. dotnet build /graphbuild
andabp install-libs
PublicWeb
depends theAuthServer
Alright, so if I cloned the source code from that Github repo and ran those commands in that order in the AuthServer folder, the AuthServer app would work?
You have also executed a "yarn" command during our zoom session. Is it not needed to execute "yarn"?
When you say "PublicWeb depends on AuthServer", do you mean that I should have the AuthServer app running before running the PublicWeb app?
- the
-
0
Please check the command steps on https://github.com/maliming/Abp-3394/issues/1
-
0
Please check the command steps on https://github.com/maliming/Abp-3394/issues/1
Good morning Maliming!
Noted the command steps. Before I run the steps on my machine for AuthServer and PublicWeb, could you please run those apps on your machine and report back to me?
Next week, I am going to meet my employer in Sydney. Before I go there, if all of the app, gateways, services, and shared applications working, I can rest easy.
Best Regards,
Justin
-
0
hi
OK, I think there will be no problem with your new computer