I tried doppio bot in my frappe app. I installed successfully i have redis error.
``
Response Data
{
"exception": "redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused."
}
For my frappe app /etc/redis/redis.conf
it's running in port 11000
# port 6379
port 11000
How to solve the error
Thank you
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
frappe 15.0.0.dev0 requires tenacity~=8.0.1, but you have tenacity 8.2.2 which is incompatible.
Warn:
react-markdown@8.0.6" has unmet peer dependency “@types/react@>=16”.
okay thankyou sir. It’s working now. Had you written any blog regarding react using in frappe. I want to learn how to use react in frappe. I tried frappe-react-sdk i installed but i don’t know how to use.
Whether npx create-react-app to be done or using frappe-react-sdk in our existing frappe app. If any blogs or tutorial available kindly share it sir.
Thank you