-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provisioning app tries to create the project again just after successfully creating the project #715
Comments
Can you put the entire log of a project Provision call here.. this is a major regression @stitakis Also what's the usecase? Do you use the UI (which one?) the API or? |
@clemensutschig @stitakis We test it with the UI (the old one, with frontend.spa.enabled=false). The problem is that it is running the preflight checks after the project was created successfully and this trace |
@braisvq1996 - there must be more (the second request) ... check the overall log (and not the component specific one) ... |
and you get the error back just via API? ... this is super weird, because the same API is used for the UI and the CURL interface Can you check if you see something on the CALLER side |
Now It I got the error also from the UI when creating a project.... This is the situation we are facing as the project is created successfully but we get an error in the preflight checks (it seems that it is trying to create the project twice from the logs) |
We have created some projects with the UI, the script in ods-core and our provisioner client . The project creation only gives us the error if we create it with the UI or the provisioner client (same as the last log provided), if we use the script in ods-core it works without problems |
@braisvq1996 I'm not aware of any change that could cause a regression issue in the project provisioning flow. I'll take a look at the log file. |
@braisvq1996 can you please verify in Jira when the project |
@stitakis and me are taking a look into this issue |
@braisvq1996 was you able to make any progress on this? |
Describe the bug
Once we create the project with the Prov-app successfully, we can see in the logs that it tries to create it again and the preconditions fail as it has already been created.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After the project creation, the prov-app sholuld not try to create the project again
Affected version:
Log Output
The text was updated successfully, but these errors were encountered: