-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AxiosError: Request failed with status code 502 on export #18
Comments
Anything in your |
There is no such file in the logs. Now I'm getting another error (looks like the one in #14), even when trying to export 5 entries (so not even commerce products)
|
Thanks for letting me know, I've been trying to replicate that issue, as it happened to myself once, but then went away suddenly. Certainly something to do with a recursion. Will update ASAP. |
Any updates? 👀 |
Still unable to reliably replicate this, sorry! |
I faced a similar issue with version 1.0.5 in a Craft 4.13.9 install, encountering an "Allowed memory size exhausted" error, but this time during import instead of export. It was likely caused by large asset sizes (5MB+). To resolve this, I manually uploaded the required assets and then imported the content without the assets. |
Appreciate this feedback @arnedem we'll improve the asset handling on some fashion for large assets. We may even need to offload that into another queue job before the mapping stage. |
Describe the bug
I get this error when I try to export pretty much anything with the plugin
Steps to reproduce
Any export fails with that error
Craft CMS version
4.12.7
Plugin version
1.0.5
Multi-site?
No
Additional context
I also have
"craftcms/commerce": "4.7.0",
installedThe text was updated successfully, but these errors were encountered: