Replies: 1 comment
-
Other than a missing <script setup>
const { createUser } = useDirectusAuth();
const register = await createUser(user.value);
</script> It is quite rare, but since the module already has a try-cache block it is possible that they are conflicting/overwriting in your particular instance. Could you also share module, nuxt and server version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did try to get error object when creating user in Nuxt3. I implemented the following logic but was not able to get error response.
Here, I can not get
error
object when createUser api failed.Beta Was this translation helpful? Give feedback.
All reactions