/
Git: General Settings tab in a bucket times out while loading – connector endpoint URL blocked by CORS
Git: General Settings tab in a bucket times out while loading – connector endpoint URL blocked by CORS
Introduction
This article explains an issue with the General settings tab for a particular bucket, which times out after loading for a prolonged time.
Where is the problem and how to solve it?
To troubleshoot this issue, proceed as follows:
Open the browser's developer tools (see How to use browser's developer tools (Dev Tools) for help).
In the Console section, you might see the error messages similar to those shown below. They inform us about a 504 error. We can also see that the URL is blocked by the so-called CORS policy.
To prevent this problem from occurring, add the following header to your web server:
Access-Control-Allow-Origin: {YOUR_DOMAIN}
.Check if the General Settings tab then functions as intended.
, multiple selections available,
Related content
Git: Description & installation and configuration requirements
Git: Description & installation and configuration requirements
Read with this
XTM Connect - Git 12.7
XTM Connect - Git 12.7
More like this
Git: XTM Cloud UI guide
Git: XTM Cloud UI guide
More like this
Google Sheets: How to troubleshoot the issue that the XTM Connect panel never finishes loading
Google Sheets: How to troubleshoot the issue that the XTM Connect panel never finishes loading
More like this
XTM Connect - Git 11.7
XTM Connect - Git 11.7
More like this
Google Sheets: How to troubleshoot the issue that the user cannot log in to the connector due to authorization problems
Google Sheets: How to troubleshoot the issue that the user cannot log in to the connector due to authorization problems
More like this