Something went wrong. Please try again!
Support › MB Builder › Something went wrong. Please try again!
- This topic has 16 replies, 4 voices, and was last updated 1 month, 1 week ago by
JC.
-
AuthorPosts
-
December 4, 2025 at 12:21 PM #49479
369cycle
ParticipantAfter updating Matabox, when trying to modify an existing file, the message "Something went wrong. Please try again!" appears. Creating a new file does not show this message.
December 4, 2025 at 10:53 PM #49487Peter
ModeratorHello,
Please update Meta Box AIO to the new version 3.3.5, then clear all caches: plugin, browser, hosting, Cloudflare (if you use it) ... and recheck the issue.
Let me know how it goes.
December 15, 2025 at 9:19 PM #49533Kara
ParticipantI'm still experiencing this issue - cannot edit any of the custom field groups. It loads briefly (flashes) and then I get the same error: "Something went wrong. Please try again!"
December 15, 2025 at 9:26 PM #49534Kara
ParticipantOh and to note: I'm updated to MetaBox AIO 3.3.5. I tried deactivating all plugins and clearing cache etc etc. No luck. Hosting with Rocket.net if that helps.
Don't see any errors in the log, but from the console:
https://www.awesomescreenshot.com/image/57909569?key=07860e3136754c02df33805b351e7402December 15, 2025 at 10:03 PM #49535Kara
ParticipantI think it's related to the Group field.
In a new set of Custom Fields, I just tried to add it and was immediately hit with "Something went wrong. Please try again!".Please let me know how to fix ASAP. I use Groups throughout many sites and they are connected to Bricks Builder queries - I need to be able to edit them.
Thank you.
December 17, 2025 at 7:26 AM #49538Kara
ParticipantPerhaps it's linked also to MetaBox AIO not recognizing my license? The license page says it's confirmed, and I just removed and re-added it to be sure. But when I look at the options for custom fields, I can't select a Tab. It says: "Tab (Premium)" and prompts me to upgrade to MetaBox AIO.
Note: I purchased my license from AppSumo in 2021.
December 17, 2025 at 9:59 PM #49541Peter
ModeratorHello Kara,
Please contact us here https://metabox.io/contact/ regarding the license key issue. We will help you check it.
Thanks.
January 6, 2026 at 2:25 AM #49587JC
ParticipantHi there,
I got the same issue. Can't edit custom field groups of type post. I always get the error: "Something went wrong. Please try again!" I can edit custom field groups of type block without problems though.
Please advice.
Best
Jan
January 30, 2026 at 6:46 AM #49694Kara
ParticipantThis issue is still happening. I was able to create a new set of custom fields earlier today, including a Group. But I cannot edit the custom field set now, nor can I create a new set that includes a new group.
I get the same error: "Something went wrong. Please try again!"
And two errors show in the console:
https://www.awesomescreenshot.com/image/58557602?key=bade5115441d813ab615595613086dbeDeactivating all plugins, turning off cache, etc does not help.
This is extremely disruptive - how can we fix this?January 30, 2026 at 4:23 PM #49697JC
ParticipantSecond that.
January 30, 2026 at 4:29 PM #49698JC
ParticipantCould it be the Server's PHP-Version? The problem site runs on PHP 8.4.16. Another site with PHP 8.5 I has none of that. Both run Metabox AIO 3.4.0 and WordPress 6.9.
January 30, 2026 at 11:28 PM #49704Kara
ParticipantThis site was on php 8.1 and I just upgraded to 8.3, the problem persists.
(My host doesn't have 8.5 yet so can't try that.)
Also running AIO Version 3.4.0, WP 6.9.Theme is Bricks, but changing to default theme doesn't help.
Hosting on Vultr HF on Cloudways.February 3, 2026 at 7:17 AM #49715Kara
ParticipantAfter a bunch of trial and error, this worked for me. I wouldn't have guessed Cloudflare was caching scripts in the backend, but it was.
Fix MetaBox Group fields breaking in wp-admin (Cloudflare caching)
Symptoms
- MetaBox Group fields don’t load in wp-admin (Builder / edit screens).
- Console shows errors like: Cannot access 'c' before initialization
- Hard refresh (Empty cache + hard reload) temporarily fixes it.
- Network headers for MetaBox JS show cf-cache-status: HIT.
Cause
Cloudflare is caching MetaBox’s webpack JS chunks (often under /wp-content/plugins/...) with a long TTL. When MetaBox updates, Cloudflare can serve a stale chunk that doesn’t match the current app.js, which crashes the admin UI.Step 1: Confirm Cloudflare is caching the file
- In Chrome, open the broken wp-admin page.
- DevTools → Network
- Click one MetaBox JS chunk (often named like 4988.app.js).
- Check Response Headers: If you see cf-cache-status: HIT → Cloudflare is caching it and likely causing the break.
Step 2: Add Cloudflare bypass rules (Free plan)
In Cloudflare Dashboard → your site:
Bypass MetaBox plugin JS chunks (important)
Create a Cache Rule:- Caching → Cache Rules → Create rule
- If URI Path contains /wp-content/plugins/meta-box (or your MetaBox plugin folder name)
AND
URI Path contains .app.js
→ Bypass cache - Make sure this bypass rule is above any rule that caches /wp-content/* or “static assets”.
Step 3: Purge caches
- Cloudflare → Caching → Configuration → Purge Cache → Purge Everything
- Purge any WordPress cache plugin you use (e.g., Breeze).
Step 4: Verify the fix
- Reload the wp-admin page and re-check the JS chunk headers.
- You should now see cf-cache-status: MISS or BYPASS (not HIT).
- MetaBox Group fields should load normally.
February 3, 2026 at 10:34 PM #49719Peter
ModeratorHello Kara,
Thanks for sharing the investigation and solution. I appreciate it.
February 4, 2026 at 12:54 AM #49724Kara
ParticipantYou're welcome, Peter.
-
AuthorPosts
- You must be logged in to reply to this topic.