HolismHolding / Issues

2 stars 0 forks source link

Problem with run Setup in /Holism/AdminApi - Build FAILD #131

Open jafarihp opened 4 months ago

jafarihp commented 4 months ago

hi, when i run Setup in terminal in /Holism/AdminApi i got this error, i try Run after Enter on api container and again i see Build FAILD error. Screenshot from 2024-03-04 21-23-54 Screenshot from 2024-03-04 21-33-58

Nefcanto commented 4 months ago

@MohMeri73, this error is related to the code itself. These types of errors (C# errors) mean that either you have not pulled the latest code, you have not generated your module codes, or somebody else made a bug.

So, please:

  1. Pull
  2. Generate Cars
  3. And in ModelController use FQN (Fully Qualified Name). Because we have a name clash there.
jafarihp commented 3 months ago

This project is not mine Despite successive pulls and RecloneHolism, I still have this error... And it causes problems for my task which is called Programming.

jafarihp commented 3 months ago

At the same time, I also face this error when pushing, otherwise I would have accepted the access! Screenshot from 2024-03-09 21-34-21 I also face this page to open the management panel. Screenshot from 2024-03-09 21-36-24

Thank you for your guidance, what should I do to solve my problems and continue my task?

Nefcanto commented 3 months ago

@MohMeri73, to learn the root of the problem, please send me two things. The Chrome console log, and the result of Build inside the API container.

jafarihp commented 3 months ago

@Nefcanto, The Chrome console log: Screenshot from 2024-03-10 20-31-14

result of Build inside the API container: Screenshot from 2024-03-10 20-31-25

Nefcanto commented 3 months ago

@MohMeri73, you sent an image twice. But based on the image, I guess there is something wrong with your images. Can you please make sure that you have taken the latest images?

Use Images command to list images, and our images should not be for more than a week ago. Also you can use DockerPull to get latest images.

jafarihp commented 3 months ago

@Nefcanto , Was corrected. result of Images: Screenshot from 2024-03-10 20-40-53

result of DockerPull: Screenshot from 2024-03-10 20-43-23

Nefcanto commented 3 months ago

@MohMeri73, your images are up to date. Can we change the browser? Please use Firefox to see if the net::ERR_CONNECTION_RESET vanishes or not.

jafarihp commented 3 months ago

@Nefcanto , Yes, of course, this screenshots is from the Firefox browser console: Screenshot from 2024-03-11 15-33-05 Screenshot from 2024-03-11 15-32-44

Nefcanto commented 3 months ago

Great, now error is only related to the API. So the error of the panel was solved. Please use Firefox for development. API will also be fixed tomorrow, if Allah wills so.