-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Rejection (Error): property 'url': url should be a string #36
Comments
Hi @zeankundev! If you're using an existing room (e.g.
We'll add some extra error handling to make this a little clearer! :) |
I am getting the same error when I try to run the dev environment on netlify. I have followed all the steps for deploying on netlify but am getting the same error. I installed the netlify cli and logged in to my account and deployed the project to my account. I have added my API key to the .env file and I am not using the hardcoded room url. After this I ran netlify build as stated in the Readme.md Here is my api.js file.
However when i run netlify dev and click the start call button, i get the same error : Unhandled Rejection (Error): property 'url': url should be a string. (anonymous function)
(anonymous function)
|
Thanks for following up. I'll take a look today. It can be found here if you're interested in looking in the meantime: |
Hi @AliSajid321 apologies for the delay. |
I was trying to run the project, but when I clicked to start a meeting, this happened.
Here is my api.js file.
The text was updated successfully, but these errors were encountered: