Skip to content
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

Test environment connection bugs from mid-project review #251

Closed
dancingsushii opened this issue Jun 5, 2024 · 2 comments
Closed

Test environment connection bugs from mid-project review #251

dancingsushii opened this issue Jun 5, 2024 · 2 comments
Assignees
Labels
backend Issues related to the data, logic, or communication of the application bug Something isn't working frontend Issues related to the user interface of a web application
Milestone

Comments

@dancingsushii
Copy link
Contributor

Describe the bug
During mid-project review we spotted some bugs, that are presumably happening because of

  • Cited from @Corgam: There is an url to connect to the DB based on which environment the app is in. So locally it will connect to localhost:8081 and for test env to http://test.amos.b-ci.de:8081.
  • Cited from @Corgam: when I switched it manually, the connection was blocked by cross-reference CORS (Maybe it is as easy as adding to header Access-Control-Allow-Origin "*").

To Reproduce
Steps to reproduce the behavior:

  1. Go to test environment
  2. Click something
  3. See not available service

Expected behavior
Correctly working test environment.

Additional context
Add any other context about the problem here.

@dancingsushii dancingsushii added backend Issues related to the data, logic, or communication of the application bug Something isn't working frontend Issues related to the user interface of a web application labels Jun 5, 2024
@Corgam Corgam self-assigned this Jun 6, 2024
@dancingsushii dancingsushii added this to the CI/CD milestone Jun 6, 2024
Corgam added a commit that referenced this issue Jun 11, 2024
@Corgam
Copy link
Collaborator

Corgam commented Jun 11, 2024

Finished with #265 and #266

EDIT: Broken again.

@Corgam
Copy link
Collaborator

Corgam commented Jun 12, 2024

Fixed with commit ce575bc

@dancingsushii dancingsushii closed this as completed by moving to Done in amos2024ss04-feature-board Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues related to the data, logic, or communication of the application bug Something isn't working frontend Issues related to the user interface of a web application
Projects
Status: Done
Development

No branches or pull requests

2 participants