Open workphone-002 opened 8 months ago
Hi @workphone-002 , Glad to see the app works!
Depending on the log you've provided me, the error might occur when you are creating (uploading) a PDF file (status code = 400 BAD REQUEST). Since all user avatars and PDF files will be uploaded to Firebase Cloud Storage, it's essential to ensure its functionality. You can test it by changing the user's avatar. If it doesn't work, the issue is most likely with Firebase.
For further details, if you wish to delve deeper into our code, please click here
and navigate to the class named class CreatePDF(APIView)
. Hope this helps!
Hello, I don't understand. If I reproduce the code to upload documents to the bucket from the command console, the files are uploaded to Firebase without problems. On the other hand, I can't check it anymore because when registering a user I always receive an error "POST /register HTTP/1.1" 400 131
, which I don't understand because I managed to register a user correctly in the past and I have built it from 0.
After overcoming some errors #11, apparently the app works, it allows you to create a user and upload a pdf file, however, when I press the translate button I constantly receive an error: In the console the messages indicate these POST failures: