bn-digital/strapi

UUID field doesn't showing

Opened this issue · 14 comments

Hi!

Even after re-build project the custom field doesn't showing. Any idea the reason about it?

Strapi: 4.6.2
Node Version: 16.16.0

image

image

Actually that was some cache or something like that. After I tried on anonymous page it works.

But now I'm getting this error clicking on "finish"/"add another field" button

image

image

Hey, I have the exact same issue you have. The error is the same even if I open it in incognito and disable the cache. Do you have any updates?

Downgrading the package won't help, unfortunately.

No... I dont have any updates :/

@vladyslavvolkov @remidej could one of you look into this?

@abisewski did you try to rebuild your Strapi environment with the npm run build or yarn build? I thought that was unnecessary because I thought that the normal autorun commando npm run develop or yarn develop will do it too, apparently that's not the case. Give that a try, it should work after that.

chrome-capture-2023-2-31

@AlphaYouss Yeah, I did that but didn't work to me... Which Strapi version are you using?

I'm on Strapi version 4.9.0 and Node version 16.19.1.

Same issue here. It seems to not be working in 4.9.0

I also have the same issue

Hey. I have the same issue. A downgrade to v1.1.7 helped.

Hey. I have the same issue. A downgrade to v1.1.7 helped.

What version of Strapi are you using ? Still can't create a new uuid field downgrading to v1.1.7.

I had the same issue before I updated to Strapi v4.11.0. Simply update Strapi and rebuild the admin panel.

I always typed the “yarn add” command first.
And when I ran the "npm run dev" command, the UUID field did not appear.

I ran the following order: "yarn add" -> "npm run build" -> "npm run dev".
And when I returned to the admin panel, I was able to select it successfully.

I don't even know why...