AttributeError: 'Sanic' object has no attribute 'auth'

YES! Thanks again!!

@NehaManglani no worries, good luck and happy learning.

1 Like

you, sir, are a MESSIAH !

1 Like

@AnsumanMishra-git Not, get you bro :slight_smile: Do you have any issues?

it works for me this versions;

Rasa Version : 2.8.2 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.2 Rasa X Version : 0.39.3 Python Version : 3.8.2 Operating System : macOS-11.5.2-x86_64-i386-64bit

I just downgrade sanic-jwt version to 1.6.0 with this command;

pip install sanic-jwt==1.6.0

thanks :+1:

2 Likes

Thanks, this worked for me. pip install sanic-jwt==1.6.0