web-programmer-here
web-programmer-here
Console log error for the login page Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your...
Is it possible to add the login page with username and password instead of magic link? something like this https://ui.supabase.io/components/auth
When user is not authenticated and access certain urls directly, we will get 500 error https://demo.nextacular.co/account/settings error is coming from here
When someone deactivates their account by going to `/account/settings` it just says Account has been deactivated! If you refresh the page, everything still loads, it should remove user and redirects...
If you access the link directly without login you can see partial account pages https://demo.nextacular.co/account
I am trying to use `resetUserPassword` mutation and sometimes it returns null when trying the update the password for the user. So something like this: ```graphql mutation RESET_USER_PASSWORD { resetUserPassword(input:...
**Describe the bug** I am trying to use the isBetween with a timezone but it returns the wrong output. ```js var time = moment.tz('Australia/Sydney'); var beforeTime = moment.tz('000500', 'HHmmss', 'Australia/Sydney');...
I am getting an error when rendering the MDX content using nextjs 13 and react 18. ``` Error: Element type is invalid: expected a string (for built-in components) or a...
Is this compatible with the latest nextjs? after I run `npm run build` nothing happens and it does not build and no errors are shown
it is not possible to use keyboard to control this slider