FirebaseRTC icon indicating copy to clipboard operation
FirebaseRTC copied to clipboard

HTTP ERROR 403 - You don't have authorisation to view this page.

Open anujraghuvanshi opened this issue 3 years ago • 2 comments

I am following the documentation - https://webrtc.org/getting-started/firebase-rtc-codelab#9_conclusion

I have done all things which were mentioned in the above documentation.

As per the given command- firebase serve --only hosting, I am getting issue with running on local. And I am having no idea on from this where the issue is coming. image

How I can resolve this? Does anybody have an idea about this?

anujraghuvanshi avatar Jan 23 '22 13:01 anujraghuvanshi

if you run it on macOS, then you need to find another port as 5000 was used by apple

xihzhang avatar Feb 24 '22 19:02 xihzhang

firebase serve --only hosting -p 5100 To use port 5100 instead

fredguth avatar Mar 20 '22 21:03 fredguth