Closed ahmedzafar89 closed 5 months ago
Thanks for the report. Could you provide us the following information to help us debug this?
azd
command?$PsVersionTable
in a Powershell terminal and copy/paste the output here?hi, sorry for the late reply.
I was able to run the deployment after changing that line to
run: $env:BACKEND_API_URI = (Get-Content ../../.env | ForEach-Object { $name, $value = $_.split('='); if ($name -eq 'BACKEND_API_URI') { $value } })[0] && npm run build
Thank you
Hi thank you for the amazing workshop. Whenever I'm trying to deploy the workshop i'm getting this error in azd deploy for frontend. Backend can be deployed without any issue. Can you please help on this. Thank you.