Your software
My Mautic version is: 4.4.4
My PHP version is: 7.4.25
My Database type and version is: Mysql & 10.3.32-MariaDB
Your problem
After upgrading my Mautic, I am unable to view contacts under segments or campaigns I just get an indefinite loading spinner.
Same problem here… did you ever got it to work again?
Norma
joeyk
February 24, 2023, 7:18am
3
Hi, this still happens in 4.4.6
opened 07:52AM - 14 Sep 22 UTC
bug
segments
hacktoberfest
### Mautic Version
4.4.x series
### PHP version
7.4.30
### What browsers are… you seeing the problem on?
Chrome
### What happened?
The contact list is not rendering when opening a segment.
### How can we reproduce this issue?
Step 1: Create any segment
Step 2: Open segment and try to see members of this segment
![Snímek obrazovky 2022-09-14 090019](https://user-images.githubusercontent.com/30946803/190083647-6cbecbce-3832-4c72-b653-90eda77db8a8.png)
### Relevant log output
```shell
<div class="tab-content pa-md">
<div class="tab-pane active bdr-w-0 page-list" id="contacts-container" data-target-url="http://mautic.vim-jmk.cz/s/segment/view/140/contact/1">
<div class="spinner"><i class="fa fa-spin fa-spinner"></i></div>
</div>
<div class="tab-pane bdr-w-0 page-list" id="campaign-container">
<div id="campaign-share-container" style="position: relative">
<table id="campaign-share-table" class="table table-bordered table-striped mb-0">
<thead>
<tr>
<th>
Kampaň </th>
<th>
Share </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/s/campaigns/view/14" data-toggle="ajax">
test 20220804-04 </a>
</td>
<td width="20%">
<span class="campaign-share-stat" data-value="14"
id="campaign-share-stat-14"></span> %
</td>
</tr>
<tr>
<td>
<a href="/s/campaigns/view/13" data-toggle="ajax">
test 20220804-03 </a>
</td>
<td width="20%">
<span class="campaign-share-stat" data-value="13"
id="campaign-share-stat-13"></span> %
</td>
</tr>
<tr>
<td>
<a href="/s/campaigns/view/7" data-toggle="ajax">
Kampan_test </a>
</td>
<td width="20%">
<span class="campaign-share-stat" data-value="7"
id="campaign-share-stat-7"></span> %
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
```
### Code of Conduct
- [X] I confirm that I have read and agree to follow this project's Code of Conduct
Most likely it’s an environmental issue. I’m wondering if something in vendor folder needs an update…
was related to mautic environmental issue, don’t need to reply.
truk
July 5, 2023, 8:40pm
5
I have just installed version 4.4.9 and have a variation of this problem. Contacts load in Segments but Contacts do not load in Campaigns — Campaigns has the forever spinner. I am running PHP version 8.0.26 and MySQL version 8.0.31. Perhaps more detail about the ‘mautic environmental issue’ might help me out?
robm
July 26, 2023, 4:53pm
6
Same issue here. Thought it was a CORS issue but fixed that and the issue persists.
@asad786 can you share the enviromental issue you had what you changed that fixed it?
FYI for contacts under segment if you apply one of the filters you will suddenly get a contact list. But no such option for campaign contact list.
johassl
November 16, 2023, 9:25am
7
I had the same issue and found that switching the Mautic URL in the Configuration from ‘http://…’ to ‘https://…’ resolved the problem for me.
robm
November 17, 2023, 2:16pm
8
Upgrading to 4.10 fixed the issue for me.
Same fix here. It was erroring in the browser when trying to load insecure content.