smoothdvd
smoothdvd
@pcodemang Looks BottomBar 2.0 is different.
@LengYXin 找到解决办法了吗?
@jsanta @kasonde I met this issue also after upgrade from 4.2.3 to 4.3.2. ``` [2022-08-10 09:38:04.265] error: insert into "files" ("alternative_text", "caption", "created_at", "created_by_id", "ext", "folder_path", "formats", "hash", "height", "mime",...
@thom801 How to use in slim? css: only generate
I write a tutorial https://smoothdvd.medium.com/add-a-customize-users-permissions-provider-for-strapi-v4-6aa78c642977, can I add it to document?
@derweili Please inspect baseURL's value, the index.js of current version has a bug of baseURL generation. https://github.com/strapi/strapi/blob/c106d19dd54b5e8adaab1ad5c3458967e38f6541/packages/plugins/users-permissions/server/bootstrap/index.js#L44 You can patch like that: ``` ... const urljoin = require('url-join'); ... ......
@derweili Do you implement code in providers.js?
@derweili Please check connect source code: https://github.com/strapi/strapi/blob/29bdadf3292817278d7f1d104ae754af07c6c580/packages/plugins/users-permissions/server/controllers/auth.js#L157 and grant repo's config: https://github.com/simov/grant#connect-origin
@derweili Grant document: https://github.com/simov/grant#misc-custom-providers Maybe you should add codes like: ``` { "awesome": { "authorize_url": "https://awesome.com/authorize", "access_url": "https://awesome.com/token", "oauth": 2, "key": "...", "secret": "...", "scope": ["read", "write"] } } ```
Install 2.7.3 and set global version to 2.7.3, then install 3.0.1 again, no error.