denisrudov

Results 4 comments of denisrudov

strange. for me it works fine

when exit(1) it doesn't reflect on fresh. understandable because it watches the files and nothing were changed and I have to restart the whole service inside docker-compose :( @gmccue >...

got the same error and the _await connection()_ doesn't help ```typescript import React, { FC } from 'react' import { Metadata } from 'next' import { connection } from 'next/server'...

for me the flow is a bit different I call the server action: ```typescript const { error } = await auth.resetPasswordForEmail(email, options) ``` and I receive a mail with the...