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

Cannot open resource details on Safari #3411

Open
barchw opened this issue Oct 15, 2024 · 1 comment · May be fixed by #3414
Open

Cannot open resource details on Safari #3411

barchw opened this issue Oct 15, 2024 · 1 comment · May be fixed by #3414
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@barchw
Copy link

barchw commented Oct 15, 2024

Description
On Safari browser, opening resource details of any resource e.g. Pods results in Such X doesn't exist
Same scenario works correctly on Firefox.

image
image

Additionally, the namespace can sometimes become undefined:

image

Expected result

Details are opened correctly, as on other browsers.

Actual result

Lot's of 404 errors.

Steps to reproduce

Open Pod details on Safari.

Troubleshooting

Looks like on Safari there is additional endline %0A added at the end of Busola backend URL:

https://dashboard.kyma.cloud.sap/backend/api/v1/namespaces/kyma-system/pods/ory-oathkeeper-7dddc6dc88-4crbz%0A

same url on Firefox :

 https://dashboard.kyma.cloud.sap/backend/api/v1/namespaces/kyma-system/pods/ory-oathkeeper-7dddc6dc88-4crbz
Screenshot 2024-10-15 at 15 54 33
@barchw
Copy link
Author

barchw commented Oct 15, 2024

/kind bug

@kyma-bot kyma-bot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 15, 2024
@chriskari chriskari self-assigned this Oct 16, 2024
@chriskari chriskari linked a pull request Oct 16, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants