Open Closed

Cannot get the AuthServer application to run #3394


User avatar
0
justinf created
  • 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)
  • User Avatar
    0
    justinf created

    I'll be anxiously waiting for your response. I have even installed the latest version of Github Desktop on my machine.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    HI

    I init the repository you can push your code.

  • User Avatar
    0
    justinf created

    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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    If you can't use Github very well. You can zip your project and send it to liming.ma@volosoft.com

  • User Avatar
    0
    justinf created

    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.

  • User Avatar
    0
    justinf created

    I'll send you zip files of each folder in the solution folder. Zipping the entire solution folder is too big.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    run abp clean before zip

  • User Avatar
    0
    justinf created

    run abp clean before zip

    OK. Running NPM yesterday added all of the node modules to the AuthServer project. And so the solution folder got so big.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can remove the node_modules folder, abp install-libs will restore the npm packages again.

  • User Avatar
    0
    justinf created

    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?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    : )

  • User Avatar
    0
    justinf created

    : )

    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?

  • User Avatar
    0
    justinf created

    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?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, I will check it.

  • User Avatar
    0
    justinf created

    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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    justinf created

    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?

  • User Avatar
    0
    justinf created

    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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can leave your questions here.

  • User Avatar
    0
    justinf created

    Here are my questions:

    1. 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?
    2. 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?
    3. 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...

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer
    1. the node_modules will be restored by the abp install-libs command.
    2. dotnet build /graphbuild and abp install-libs
    3. PublicWeb depends the AuthServer
  • User Avatar
    0
    justinf created
    1. the node_modules will be restored by the abp install-libs command.
    2. dotnet build /graphbuild and abp install-libs
    3. PublicWeb depends the AuthServer

    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?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Please check the command steps on https://github.com/maliming/Abp-3394/issues/1

  • User Avatar
    0
    justinf created

    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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    OK, I think there will be no problem with your new computer

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11