How can I bootstrap Public role to have create permissions?

Yes, this is normal, the strapi roles are verified after bootstrap

Check my code which solves this problem for the first run (creates role if it doesn’t exist, then creates the super admin user):

2 Likes