Open MohammedMuzammil22 opened 6 months ago
Thank you @MohammedMuzammil22 , for pointing out issue in such a clear way, I will have a look on it and get back to you.
i have configured the app and logged in successfully and the 1.Dashboard and 2.All Datas page are also working fine i have runned the code in wrong way. first i hvae runned the model-implementor after it finishes then i runned backend. when i run the backend first and run the model-implementor all the api calls are made and the data is shown in 1.Dashboard and 2.All Datas page.
now i have faced 2 errors. 1.Give our a model a try! work not working. when i upload a video it gets uploaded in static folder but nothing is shown as response (maybe i dont know the right way to run it if it is working for you please mention the steps clearly to run it)
2.quick mail feature is not working properly i am not able to make api calls it throws error even i have setup the .env for it same as the backend i have given EMAIL and PASSWORD.(maybe i dont know the right way to config the .env if it is working for you please mention the steps clearly to run it) error:Unhandled Runtime Error Error: Missing credentials for "PLAIN"
Call Stack SMTPConnection._formatError node_modules/nodemailer/lib/smtp-connection/index.js (790:18) _formatError node_modules/nodemailer/lib/smtp-connection/index.js (444:37) login node_modules/nodemailer/lib/smtp-transport/index.js (272:31) connectCallback node_modules/nodemailer/lib/smtp-connection/index.js (213:16) Object.onceWrapper node:events (628:28) SMTPConnection.emit node:events (514:28) emit node_modules/nodemailer/lib/smtp-connection/index.js (1347:13) call node_modules/nodemailer/lib/smtp-connection/index.js (969:19) _processResponse node_modules/nodemailer/lib/smtp-connection/index.js (755:13) _onData node_modules/nodemailer/lib/smtp-connection/index.js (193:43) TLSSocket.emit node:events (514:28) addChunk node:internal/streams/readable (324:12) readableAddChunk node:internal/streams/readable (297:9) Readable.push node:internal/streams/readable (234:10) TLSWrap.onStreamRead node:internal/stream_base_commons (190:23) TLSWrap.callbackTrampoline node:internal/async_hooks (130:17)
when i upload a video it gets uploaded in static folder but nothing is shown as response but when i run the model-implementor it is working fine. i have configured the app and logged in successfully and the 1.Dashboard and 2.All Datas page are empty how to add the data to it.
and how to make the Give our a model a try! work