superplate-core-plugins
superplate-core-plugins copied to clipboard
Issue: Project is split between src/ and pages/ (see: https://github.com/pankod/refine/tree/master/examples/refine-next) which works well when doing local development with `yarn dev` doing a production build of the app via `yarn build`...
Reverse proxy is not workding. The Next JS rewrites plugin can working well. **My next.config.js:** ``` const withPlugins = require("next-compose-plugins"); const rewrites = async () => { return process.env.NODE_ENV ===...
**Describe the bug** When invoking Superplate with refine-react, auth0 and custom layout app.tsx runs into errors of type "Import in body of module; reorder to top import/first". It's easily enough...
As stated, and initially opened in PR: https://github.com/pankod/superplate/issues/231
Updated `authProvider.login` of Appwrite apps. Complements https://github.com/refinedev/refine/pull/6138