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

[DPP] Contract negotiation failing because of CORS and check of "/" at end of provider url in dt #274

Open
matbmoser opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working frontend Issue or PR connected to the frontend application
Milestone

Comments

@matbmoser
Copy link
Contributor

Current Behavior

Usage of CORS is necessary when using two different bsae URLs for backend and frontend.
image-2024-03-14-15-47-15-031
There is a problem with cors with the agree, and negotaition status methods:
Because we send the headers with the forcing of credentials.
This happens when you have the backend and the frontend separated in two instances.

Solution

Remove this property from the frontend
image

Expected Behavior

No CORS errors

@matbmoser matbmoser added the bug Something isn't working label Apr 15, 2024
@matbmoser matbmoser added this to the v3.0.0 (R24.05) milestone Apr 15, 2024
@matbmoser matbmoser added the frontend Issue or PR connected to the frontend application label Apr 15, 2024
@saudkhan116
Copy link
Contributor

The bug is now resolved, but still need to be tested.

@saudkhan116 saudkhan116 modified the milestones: v3.0.0 (R24.05), v3.1.0 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Issue or PR connected to the frontend application
Projects
Status: Done
Development

No branches or pull requests

3 participants