# The front page says "Something happened and the Taiga has captured the error to be able to work on it."

**URL:** https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674
**Category:** Troubleshooting
**Created:** [January 28, 2023, 2:16am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674 "2023-01-28T02:16:20Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![m3tr0n](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@m3tr0n](https://community.taiga.io/u/m3tr0n)
#### Post date: [January 28, 2023, 2:16am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/1 "2023-01-28T02:16:20Z")

</div>

When checked using the debug tools, it says CORS failed. I have attached a screenshot of the error and the debug panel. Any help would be appreciated

 ![Screenshot from 2023-01-28 07-43-30](https://europe1.discourse-cdn.com/flex017/uploads/taiga/original/1X/58f2a1af300db7d6b2d3a87053fb39ec04ccc2c7.jpeg)

---

<div class="post-metadata">

### Author: ![m3tr0n](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@m3tr0n](https://community.taiga.io/u/m3tr0n)
#### Post date: [January 30, 2023, 3:35am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/2 "2023-01-30T03:35:46Z")

</div>

Its nice to see no response for two days

---

<div class="post-metadata">

### Author: ![pablo.ruiz](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/pablo.ruiz/32/405_2.png) [@pablo.ruiz](https://community.taiga.io/u/pablo.ruiz)
#### Post date: [January 30, 2023, 10:31am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/3 "2023-01-30T10:31:47Z")

</div>

Hi @m3tr0n !  
Unfortunately, browsers will happily throw away CORS errors that are not really the cause of the issue you’re experiencing. It’s quite distracting. In order to help you, can you share the details of your deployment? How much did you depart from the instructions shared here?  
[https://community.taiga.io/t/taiga-30min-setup](https://community.taiga.io/t/taiga-30min-setup)

---

<div class="post-metadata">

### Author: ![m3tr0n](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@m3tr0n](https://community.taiga.io/u/m3tr0n)
#### Post date: [January 30, 2023, 12:37pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/4 "2023-01-30T12:37:56Z")

</div>

Actually this is what I’ve been using : [Install Taiga in Production](https://docs.taiga.io/setup-production.html#setup-prod-from-source-code) since I’m on an ARM64 platform that doesn’t have a compatible docker image available.  
The only thing that is different in my setup is the value of front-end location in the taiga.conf file in the nginx configuration

```auto
    # Frontend
    location / {
        alias /home/taiga/taiga-front-dist/dist/;
        index index.html;
        try_files $uri $uri/ index.html =404;
    }

```

because the location of index.html is actually inside the dist folder in the taiga-front-dist directory

---

<div class="post-metadata">

### Author: ![david.barragan](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/david.barragan/32/293_2.png) [@david.barragan](https://community.taiga.io/u/david.barragan)
#### Post date: [January 30, 2023, 4:08pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/5 "2023-01-30T16:08:44Z")

</div>

This is probably a configuration error (in conf.json). The frontend is making the API calls (taiga-back) to a url that doesn’t exist or isn’t visible for some reason. CORS error is the common message of the browser.

How is your conf.json? and your nginx configuration? Can you paste the log traces from nginx? Where is taiga-back running? Can you access to the superadmin panel? In witch url?

---

<div class="post-metadata">

### Author: ![m3tr0n](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@m3tr0n](https://community.taiga.io/u/m3tr0n)
#### Post date: [January 30, 2023, 5:41pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/6 "2023-01-30T17:41:31Z")

</div>

The admin panel was accessible and so was the api page. The front-end simply said that “Something happened and the Taiga has captured the error”

I reset the server and now trying to reinstall it from scratch one last time before I give up due to lack of any more time on my hands. Here’s hoping it works

---

<div class="post-metadata">

### Author: ![david.barragan](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/david.barragan/32/293_2.png) [@david.barragan](https://community.taiga.io/u/david.barragan)
#### Post date: [January 30, 2023, 7:28pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/7 "2023-01-30T19:28:25Z")

</div>

If you could access the superadmin panel, the problem would almost certainly be in the conf.json. The API url would be wrong.

---

<div class="post-metadata">

### Author: ![stevennt1](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/stevennt1/32/1248_2.png) [@stevennt1](https://community.taiga.io/u/stevennt1)
#### Post date: [July 6, 2023, 2:39am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/8 "2023-07-06T02:39:07Z")

</div>

I run a few projects on your hosted Taiga. It was great at the beginning, but recently this error happens to me way too often (about every 25 clicks the error happens once). This happens on both my Linux and Mac workstations.

 ![image](https://europe1.discourse-cdn.com/flex017/uploads/taiga/original/2X/4/465179e004260db9938831238448379df18209b7.jpeg)

---

<div class="post-metadata">

### Author: ![juanfran](https://dub1.discourse-cdn.com/flex017/user_avatar/community.taiga.io/juanfran/32/290_2.png) [@juanfran](https://community.taiga.io/u/juanfran)
#### Post date: [July 6, 2023, 8:04am UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/11 "2023-07-06T08:04:57Z")

</div>

@stevennt1, could you please check the developer console to see if there are any errors, and also verify if there are any errors in the network tab?

---

<div class="post-metadata">

### Author: ![Hegmann](https://avatars.discourse-cdn.com/v4/letter/h/e8c25b/32.png) [@Hegmann](https://community.taiga.io/u/Hegmann)
#### Post date: [January 17, 2024, 2:11pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/12 "2024-01-17T14:11:12Z")

</div>

Hello,

I have the same problem here is my taiga-front-dist/dist/conf.json

```auto
{
    "api": "https://dc1rby01-taiga.ddns.net:8000/api/v1/",
    "eventsUrl": "wss://dc1rby01-taiga.ddns.net/events",
    "baseHref": "/",
    "eventsMaxMissedHeartbeats": 5,
    "eventsHeartbeatIntervalTime": 60000,
    "eventsReconnectTryInterval": 10000,
    "debug": false,
    "debugInfo": false,
    "defaultLanguage": "en",
    "themes": [
        "taiga"
    ],
    "defaultTheme": "taiga",
    "defaultLoginEnabled": true,
    "publicRegisterEnabled": true,
    "feedbackEnabled": true,
    "supportUrl": "https://community.taiga.io/",
    "privacyPolicyUrl": null,
    "termsOfServiceUrl": null,
    "maxUploadFileSize": null,
    "contribPlugins": [],
    "tagManager": {
        "accountId": null
    },
    "tribeHost": null,
    "enableAsanaImporter": false,
    "enableGithubImporter": false,
    "enableJiraImporter": false,
    "enableTrelloImporter": false,
    "gravatar": false,
    "rtlLanguages": [
        "ar",
        "fa",
        "he"
    ]
}

```

I have try to delete :8000 But, no changes.

---

<div class="post-metadata">

### Author: ![Hegmann](https://avatars.discourse-cdn.com/v4/letter/h/e8c25b/32.png) [@Hegmann](https://community.taiga.io/u/Hegmann)
#### Post date: [January 17, 2024, 4:13pm UTC](https://community.taiga.io/t/the-front-page-says-something-happened-and-the-taiga-has-captured-the-error-to-be-able-to-work-on-it/674/13 "2024-01-17T16:13:59Z")

</div>

Resolved in [Different problem after installation from source code](https://community.taiga.io/t/different-problem-after-installation-from-source-code/2447).
