Client plugin not loading

I’m trying to build a plugin with a client side and a server side. I followed the basic steps from the tutorial, and added some code, but the client plugin just doesn’t load. I’ve tried with a debugger breakpoints on import statements in client.js and in client/index.tsx, and with log statements in the load method in client/index.tsx, but it looks like the client plugin is never even loaded. I’m doing this with nocobase installed by yarn create nocobase-app

Can anybody provide any hints what could be wrong?

Nocobase version: 1.6.8

Hi, after creating the plugin, did you run yarn install and yarn nocobase upgrade?

I ran yarn install, but not yarn nocobase upgrade as this is a completely new plugin. Per documentation. yarn nocobase upgrade is only required when the plugin is already active.

Also, having ran it now didn’t help.

Did you install the plugin after building it, or are you loading it directly in development mode? Are there any error logs available? If you don’t mind, could you share the plugin package with me for testing?

I was loading it in development mode.

I gave up on this, and started from scratch. I don’t know what changed, but the plugin loads now.

Thanks for your good will @2013xile.