DEV Community

Discussion on: Flutter signup/login application with Django backend #1

Collapse
 
newsand profile image
newsand

i'm not getting whats wrong here
all my end points including
this localhost:8000/api-token-auth/
always return 404.

i can only acess localhost:8000/admin/
can you make available any sourcecode for comparisson?

Collapse
 
sayanc2000 profile image
Sayanc2000

try using 127.0.0.1:8000 or sometimes u need to add your android emulator to allowed hosts. Add 10.0.2.2 in your allowed hosts of your django project

Collapse
 
naveen_nirban profile image
NaveenNirban

check whether you have url for api in urls.py

Collapse
 
amartyadev profile image
Amartya Gaur

This must be the issue