Ash.page resulting in ** (EXIT) no process: the process is not alive or there's no process currently
My paginated read query is failing with this error. This used to work fine, so I wonder if something changed with Ash.
11 Replies
This is either fixed in main or in the latest release I believe
Please try and let me know
Hmm.. tried both, but the issue persists.
Can you make a reproduction project showing the issue?
Okay. I will try.
@Zach Daniel It appears that the error occurs when loading multiple relationships in each pagination request.
Let me know if this makes sense. If not, I will provide a link to the test project. Thanks.
Hmm...strange. A link to the project would be great. Just makes it that much easier for me 🙂
Sure.
GitHub
GitHub - puruzio/helpdesk
Contribute to puruzio/helpdesk development by creating an account on GitHub.
mix run run_pagination_test.exs
reproduces the error.@jasono okay try
main
It's working. Thanks!