Skip to content
#

react-admin

Here are 171 public repositories matching this topic...

Razi321
Razi321 commented Dec 15, 2020

I followed the instructions here but i got the following error

node_modules/ra-data-graphql-simple/esm/buildGqlQuery.js
Module not found: Can't resolve 'graphql' in 'C:\Users\Razi\Desktop\react-admin-auth0-example\node_modules\ra-data-graphql-simple\esm'

in App.js :

import * as React from 'react';
import { Provider } f
Buuntu
Buuntu commented Jun 3, 2020

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.

The fullstack Vue project has an example of a containerized SMTP server.

Improve this page

Add a description, image, and links to the react-admin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-admin topic, visit your repo's landing page and select "manage topics."

Learn more