# Segment Filter Editing and Creation Issues

**URL:** https://forum.mautic.org/t/segment-filter-editing-and-creation-issues/24371
**Category:** Product Support
**Tags:** mautic-4
**Created:** [June 5, 2022, 5:16pm UTC](https://forum.mautic.org/t/segment-filter-editing-and-creation-issues/24371 "2022-06-05T17:16:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![johnhannawin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/johnhannawin/32/7859_2.png) [@johnhannawin](https://forum.mautic.org/u/johnhannawin)
#### Post date: [June 5, 2022, 5:16pm UTC](https://forum.mautic.org/t/segment-filter-editing-and-creation-issues/24371/1 "2022-06-05T17:16:26Z")

</div>

**Your software**  
My Mautic version is: 4.3.1  
My PHP version is: 7.4.3 FPM/FastCGI  
My Database type and version is: mariadb 10.3.34

**Your problem**  
My problem is: The contact container on a segment page is not loading. It just has the loading twirl. In addition filters cannot be added to or edited in any segment. The field can be selected but it doesn’t render into a row where values can be set.

Existing filters are fine but cannot be amended. Manually adding a contact to a segment still works

These errors are showing in the log:  
I can see no errors in the logs

Steps I have tried to fix the problem:  
Cleared caches  
Updated composer dependencies  
Installed clean 4.3.1 recommended version and installed local.php etc.  
Restarted, php-fpm, apache, mariadb, whole server

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [June 6, 2022, 6:33am UTC](https://forum.mautic.org/t/segment-filter-editing-and-creation-issues/24371/2 "2022-06-06T06:33:34Z")

</div>

Hi, browser cache can be an issue OR you need to regenerate assets by running:

```auto
bin/console mautic:generate:assets

```

Joey

---

<div class="post-metadata">

### Author: ![johnhannawin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/johnhannawin/32/7859_2.png) [@johnhannawin](https://forum.mautic.org/u/johnhannawin)
#### Post date: [June 6, 2022, 8:14am UTC](https://forum.mautic.org/t/segment-filter-editing-and-creation-issues/24371/3 "2022-06-06T08:14:33Z")

</div>

Hi Joey, thanks!

I can’t believe I didn’t try the _browser_ cache.

The console command is actually mautic:assets:generate

It fixes the problem, but it does seem to be caused again by editing a filter but then leaving without saving.

Cheers,

John
