You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the project without using - [ ] Add authentication via cookie support
After launching, I get an error File "/app/src/test_template_api/web/api/users/views.py", line 7, in <module> from test_template_api.db.models.users import auth_cookie # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name 'auth_cookie' from 'test_template_api.db.models.users' (/app/src/test_template_api/db/models/users.py)
I deleted line 7 from test_template_api.db.models.users import auth_cookie # type: ignore
After that, the application started without errors
The text was updated successfully, but these errors were encountered:
Also facing the same issue at
"cannot import name 'auth_cookie' from 'basic_app.db.models.users' (D:\NewPC\Playground\python\FastAPI\basic_app\basic_app\db\models\users.py)"
Set up the project without using -
[ ] Add authentication via cookie support
After launching, I get an error
File "/app/src/test_template_api/web/api/users/views.py", line 7, in <module> from test_template_api.db.models.users import auth_cookie # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name 'auth_cookie' from 'test_template_api.db.models.users' (/app/src/test_template_api/db/models/users.py)
I deleted line 7
from test_template_api.db.models.users import auth_cookie # type: ignore
After that, the application started without errors
The text was updated successfully, but these errors were encountered: