This is just how browsers behave when using iframes and anchors.
The *parent page* scrolls after the iframe has finished loading because the browser interprets an iframe loaded with `#iframe_target ` as a regular anchor jump and attempts to maintain that location visible even if it is within an iframe. not related to your JS.
important points:
* An iframe's `src` anchors will impact the top-level scroll * When using...
User Profile
Collapse
-
Maria Allen replied to How can I scale user generated content in web apps without spending a lot of budget?in .NETDon't let users upload files to your app servers.
Use signed uploads to send all media straight to object storage (like S3).
Put a CDN in front of it, and keep your backend focused on app logic.
Most user-generated content (UGC) is text-heavy, so caching does the heavy lifting for bandwidth.
Do not handle thumbnails or transcodes inline; do them asynchronously (queue + serverless).
...Leave a comment:
-
You are having a permission problem because the defalt authentication method you are using which is end-user credentials is not working with the AutoML API for server-side calls.
Instead of using credentials from "gcloud auth application-default", the easiest way to solve this issue is to use a service account for authentication. ...
So first make a service account in your GCP console, give it roles it needs (like...Leave a comment:
No activity results to display
Show More
Leave a comment: