Hi, I get the following error when I connect my code to streamlit but runs perfectly fine when used locally:
ForbiddenException: (403) Reason: Forbidden HTTP response headers: HTTPHeaderDict({‘Content-Length’: ‘50’, ‘content-type’: ‘text/plain’, ‘date’: ‘Fri, 22 Dec 2023 21:39:35 GMT’, ‘server’: ‘envoy’, ‘Via’: ‘1.1 google’, ‘Alt-Svc’: ‘h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000’, ‘Connection’: ‘close’}) HTTP response body: Project in subdomain didn’t match API keys project.
Interestingly, I get this error when I query for the second time and not the first time.
3 posts - 2 participants