-
Notifications
You must be signed in to change notification settings - Fork 529
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
[Bug] 1.7.7 no persistent term stored with this key #1325
Comments
Hi @phanmn can you confirm that you have the supervision child in your supervision tree? |
I comfirm I have the supervision child in my supervision tree. As I said I changed to 1.7.6 it works normally |
This happens to me since the update as well, only with the |
If either of you could provide a small sample project that exhibits this behavior that would be very helpful. |
@benwilson512 Trying to cobble one together when i get a bit of time 👍 |
@benwilson512 There you go: https://github.com/luhagel/absinthe_persistent_term defmodule AbsinthePersistentTermWeb.Schema do
use Absinthe.Schema
@schema_provider Absinthe.Schema.PersistentTerm
query do
field :hello, :string do
resolve(& &1)
end
end
end |
Hey @luhagel thanks, looking into it. |
Fixed by #1326. |
I'll release 1.7.8 here shortly if you can confirm this resolves the issue in your app too. |
This also fixed an issue I was having when attempting to update to 1.7.7. My CI would call |
@benwilson512 fixed it for me 👍 |
1.7.8 has been pushed with this fix. |
If submitting a bug, please provide the following:
Environment
Expected behavior
No error
Actual behavior
no persistent term stored with this key
Relevant Schema/Middleware Code
Work on 1.7.6, very simple schema
The text was updated successfully, but these errors were encountered: