You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, got some questions about the UserProfile component. I'm currently using NextJS app directory with @clerk/nextjs and @clerk/nextjs/app-beta.
Is there any way to just render the forms from the UserProfile, everything from .cl-profilePage down? ie these components. I'd like to embed the form into an existing settings page. Do I just have to use the appearance and layout props to try to remove all of the styling from these components (which is a pretty awful solution)?
If I can't use the individual components, does UserProfile path routing work in any way (client or server) with the app directory? These docs suggest it was possible with the pages directory but trying the same thing with the app directory is just giving me a blank card.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, got some questions about the UserProfile component. I'm currently using NextJS app directory with
@clerk/nextjs
and@clerk/nextjs/app-beta
.Is there any way to just render the forms from the UserProfile, everything from
.cl-profilePage
down? ie these components. I'd like to embed the form into an existing settings page. Do I just have to use theappearance
andlayout
props to try to remove all of the styling from these components (which is a pretty awful solution)?If I can't use the individual components, does UserProfile path routing work in any way (client or server) with the app directory? These docs suggest it was possible with the pages directory but trying the same thing with the app directory is just giving me a blank card.
Beta Was this translation helpful? Give feedback.
All reactions