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

Fix console CORS errors #3720

Closed
1 task
wesbillman opened this issue Dec 11, 2024 · 0 comments · Fixed by #3721
Closed
1 task

Fix console CORS errors #3720

wesbillman opened this issue Dec 11, 2024 · 0 comments · Fixed by #3721
Assignees
Labels
bug Something isn't working console Web console

Comments

@wesbillman
Copy link
Collaborator

wesbillman commented Dec 11, 2024

With the new console service and http ingress service, we are now getting console CORS errors when trying to send HTTP requests from the VerbRequestForm

Access to fetch at 'http://localhost:8891/get/name' from origin 'http://127.0.0.1:8899' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
  • Re-enable http-ingress e2e tests once this is resolved.
@wesbillman wesbillman added bug Something isn't working console Web console labels Dec 11, 2024
@wesbillman wesbillman self-assigned this Dec 11, 2024
@ftl-robot ftl-robot mentioned this issue Dec 11, 2024
wesbillman added a commit that referenced this issue Dec 11, 2024
wesbillman added a commit that referenced this issue Dec 11, 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 console Web console
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant