Posts by Souza00 • 5 points
3 posts
-
0
votes2
answers991
viewsQ: check if the email already exists
I created this function to check if an email already exists in DB let errors = []; function ValidationContract() { errors = []; } // verifica a validade do email e se o mesmo ja existe no banco…
-
0
votes1
answer227
viewsQ: Runtimeexception Error
When I start Run from the app a Build gives me the following error java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException:…
-
0
votes1
answer1399
viewsQ: Typeerror: Cannot read Property '1' of null
I have this problem and I have no idea how to solve, I want to save images in Azure Storage const blobSvc = azure.createBlobService(config.containerConnectionString); let filename =…