Fluent Forms forms and entries not loading
-
Hello,
I’m experiencing an issue with Fluent Forms after updating to version 6.2.2 and also testing 6.2.3.
The main problem is that both the forms list and the entries list appear completely empty in the admin area. No forms or submissions are displayed, even though they exist in the database. After checking the browser console, I can see that the plugin is trying to call its REST API endpoints, but they are returning 404 errors. For example:
/wp-json/fluentform/v1/forms/ping
/wp-json/fluentform/v1/submissionsBoth return:
wp-json/fluentform/v1/submissions/resources?fluen…eColumns=true&columnsOrder=true&_locale=user&query_timestamp=1779696213630 404 (Not Found)
send @ load-scripts.php?c=1…ate,utils&ver=7.0:2
ajax @ load-scripts.php?c=1…ate,utils&ver=7.0:2
(anónimo) @ load-scripts.php?c=1…ate,utils&ver=7.0:5
e.<computed> @ load-scripts.php?c=1…ate,utils&ver=7.0:5
(anónimo) @ fluent_forms_global.js?ver=6.2.3:1
t @ fluent_forms_global.js?ver=6.2.3:1
get @ fluent_forms_global.js?ver=6.2.3:1
getEntryResources @ form_entries.js?ver=6.2.3:2
mounted @ form_entries.js?ver=6.2.3:2
Jn @ form_entries.js?ver=6.2.3:2
wn @ form_entries.js?ver=6.2.3:2
insert @ form_entries.js?ver=6.2.3:2
S @ form_entries.js?ver=6.2.3:2
$s.nodeOps @ form_entries.js?ver=6.2.3:2
e._update @ form_entries.js?ver=6.2.3:2
r @ form_entries.js?ver=6.2.3:2
e.get @ form_entries.js?ver=6.2.3:2
e @ form_entries.js?ver=6.2.3:2
(anónimo) @ form_entries.js?ver=6.2.3:2
di.$mount @ form_entries.js?ver=6.2.3:2
di.$mount @ form_entries.js?ver=6.2.3:2
(anónimo) @ form_entries.js?ver=6.2.3:2
(anónimo) @ form_entries.js?ver=6.2.3:2
(anónimo) @ form_entries.js?ver=6.2.3:2Environment details:
- WordPress version: 6.9.4
- Fluent Forms version: 6.2.2 / 6.2.3
- PHP version: 8.3
What I have already tested:
- WordPress REST API is working correctly (e.g. /wp-json/wp/v2/posts works)
- Permalinks have been flushed
- All plugins deactivated except Fluent Forms
- Switched to a default WordPress theme
- No MU plugins active
- No relevant errors in debug.log
- Fluent Forms classes are loading correctly (verified via class_exists)
- Same Fluent Forms version works correctly on other WordPress installations
If I downgrade Fluent Forms back to version 6.1.19, everything works normally again. The forms and entries load correctly, and the REST endpoints are available.
Could you please help identify what change in 6.2.x might be causing this behavior, or what condition could prevent the REST endpoints from being registered in this environment?
Let me know if you need any additional logs or debugging steps.
Thank you.
You must be logged in to reply to this topic.