Closed hristokoev closed 1 month ago
I believe the error is originating from here.
I'm investigating, definitely a RSC issue, will hopefully write up a PR with a fix for this later today. Hang tight!
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
This is related to my previous reported issue, #8155.
It was fixed in the latest release - v3.0.0-beta.108 with #8244.
This now works when the user is logged out, but there's the edge case for when the user is logged in, it shows this error:
The log from the terminal:
Other routes such as
create-first-user
are correctly redirecting to the main admin dashboard if the user is logged in.Reproduction Steps
npx create-payload-app@beta test
blank
template/admin/forgot
No customizations or changes to the config have been made. Run the template as-is.
Adapters and Plugins
No response