Maksym Mykytyn
Results
2
comments of
Maksym Mykytyn
> Hi @entryword . I have the same issue. Did you understand how logic works?
@phsantiago Did you declare options? What version of Next.JS you are using? ```js const options = { users: [{ name: "username", password: "password" }], }; ```