id is NaN
#6837
Replies: 2 comments
-
If the save had been successful, NaN would have been replaced with the new item ID. It looks like the operation timed out. Please increase the amount of memory allocated to PHP and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We should add code to detect NaN and throw an error instead of redirecting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After saving a Pod I am redirected to the just saved Pod. However I get a message that the Pod is not found.
When I look in URL I see that the ID is NaN:
wp-admin/admin.php?page=pods-manage-omschrijving&action=edit&do=create&id=NaN
How can that be the case?
Edit: when looking in the console. I see a POST to: wp-admin/admin-ajax.php?pods_ajax=1&action=pods_admin
With this data:
Response is empty.
When editing a Pod I get an alert with: "Error: Unable to process request, please try again."
Beta Was this translation helpful? Give feedback.
All reactions