-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Plugin version
^0.6.1
Payload version
3.22.0
Auth.js version
5.0.0-beta.25
Describe the bug
.next/server/chunks/ssr/node_modules__pnpm_a5ca89._.js:32610
throw new Error(Field type '${field.type}' is not allowed inside '${path}');
^
Error: Field type 'tabs' is not allowed inside 'users'
I'm using a TabsField for displaying users in PayloadCMS. This plugin gives the error above.
fields: [
// implements tas
TabsField({
tabs: [
{
label: "User",
fields: [
ImageField({
relationTo: COLLECTION_NAMES["collections"]["avatars"],
name: "avatar",
label: "Avatar",
required: false,
}),
TextField({ name: "fullName", label: "Full name" }),
To Reproduce
- Add tabs field to users collection
- Reload app
- Crash
Additional context / Screenshots

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working