You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All the things are working correct on all the platforms when the project is build and deployed on our local dev server, but when i deploy a production build on their server and then try to start recording the audio nothing happens.
They have hosted the web app on their local server of Apache/Linux and for them it is not working.
A clear and concise description of what the bug is.
Issue is that the user is not able to start the recording even when all the things are same for production and dev.
Package version
5.1.2
Environment
Describe the bug
All the things are working correct on all the platforms when the project is build and deployed on our local dev server, but when i deploy a production build on their server and then try to start recording the audio nothing happens.
They have hosted the web app on their local server of Apache/Linux and for them it is not working.
A clear and concise description of what the bug is.
`Future _start() async {
await stop();
}`
To Reproduce
The text was updated successfully, but these errors were encountered: