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
which leads to Firebase thinking we want to access some specific Cloud Functions URL since there's no Cloud Function on our project called 'docs', it asks for authentication but since there's nothing at 'docs' or if there is we don't have access, it returns 403. For some reason, this is solved adding a forward slash at the end of the URL:
added npm cors package
changed location of swagger config ro differ from docs url
improve access to swagger css
added localhost as one of the urls for local testing
Contact Details
No response
What happened?
The url for docs is opening a Google Authentication page and after logging in returns a 403 Forbidden
Version
6.7.x (Production)
Where are you seeing the problem on?
Chrome (WebApp)
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: