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
results in every api call made to /api/users gets 308 HTTP response (Permanent redirect) to the same url/route (dont know why) then gets blocked because they are not using HTTPS
The text was updated successfully, but these errors were encountered:
when zero app is deployed on Google Cloud Run everything works except http api calls because they get blocked because of "Mixed Content"
example:
route /api/users (python handler)
and some React component with api call at /index.tsx
results in every api call made to /api/users gets 308 HTTP response (Permanent redirect) to the same url/route (dont know why) then gets blocked because they are not using HTTPS
The text was updated successfully, but these errors were encountered: