Fetch and use doesn’t work
-
The Multipage Generator WP plugin is not functioning correctly. When attempting to fetch or use data from Google Sheets—or even when uploading a file manually—I encounter:
Two snackbar notification that say:
“Got it! We will use this file as source.”
and
“Cannot update project. Something went wrong while saving project data. Try reloading the page.”
The network tab shows three calls to admin-ajax:
mpg_upsert_project_main: HTTP200, succes true,
mpg_upload_file: HTTP200, succes true,
mpg_upsert_project_source_block: HTTP200, success false, message: The file could not be uploaded. Double-check the file format and size, then try again.There is also a console error:
app.js?ver=9ede6dd…:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘headers’) at _ (app.js?ver=9ede6dd…:1:2983) at HTMLInputElement.<anonymous> (app.js?ver=9ede6dd…:8:6769)[email protected]?ver=9ede6dd…:1(anonymous)@app.js?ver=9ede6dd…:8await in (anonymous)[email protected]?c=0…,wp-hooks&ver=6.8:[email protected]?c=0…,wp-hooks&ver=6.8:2These issues persist regardless of whether I’m using a live Google Sheet or a manually uploaded file.
The topic ‘Fetch and use doesn’t work’ is closed to new replies.