The complete error: {"status":"500","message":"image.load: path is required.","stack":"Error: image.load: path is required.\n at App.parseRequired (/home/xxx/public_html/application/lib/core/app.js:293:19)\n at App.load (/home/xxx/public_html/application/lib/modules/image.js:23:38)\n at App._exec (/home/xxx/public_html/application/lib/core/app.js:255:57)\n at App.exec (/home/xxx/public_html/application/lib/core/app.js:205:20)\n at App.exec (/home/xxx/public_html/application/lib/core/app.js:198:28)"}
The error message explains that you have a wrong path in your load image step. …
This doesn’t really mean a bug. It could be you who set a wrong expression for the path. We can’t really tell what’s wrong until you show some screenshots of what your server action steps are and how are they configured.
Are you sure this is the same server action selected for your page? Probably it’s not the same … or something got corrupted in it.
Try selecting any other server action for the page. Also try recreating it and selecting it once. Or try to select it on another page.
Yes I am, I just tried 4 other server actions and I always get this error unfortunately.
I even tried to recreate the server action itself and same issue.
I think something is wrong or corrupted in your page/project. I tested this again and can't recreate the issue.
Are you sure you checked the tutorial and followed it correctly:
@Teodor@George, I tried something:
I went through all my server actions and disabled all “image load” steps, even if it was not related to this page at all.
And now it works!
I don’t know why because the server actions concerned are not related or linked to/in this page or layout at all…
Edit: I tried to enable one of them again, and boom, same error…