ERR_INVALID_RESPONSE error message when trying to copy dashboards I've created

I’m looking for some help resolving/understanding a problem I’m having when I try to make a copy of a Looker dashboard.

When I select File > Make a copy, I get the following error message.

This site can’t be reached

The webpage at https://lookerstudio.google.com/u/1/copyReport might be temporarily down or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE

I’ve been making copies of my Looker template for years, and this is the first time I’ve seen this issue. I’ve created a new report, tried to copy it, and have the same results. I’ve also refreshed my browser and done a hard reboot, and still no change. I’m seeing the same error on different browsers, and my colleagues are seeing the same issue on different computers.

Ideas on how to fix this will be most appreciated.

I’m facing this exact issue.

Did you find the solution ?

Hi there,

Same issue with my templates from today, 11th may 2026.

When me/my co-workers try to duplicate data sources from templates, same error. We’re working from different places so I don’t think there is any link to wi-fi/IP address etc…

Anyone have an idea ?

Thanks,

Georges

I investigated the issue with the help of AI. Here is what it says about it! :backhand_index_pointing_down:

Adding more data to this thread — same symptom, with extra debugging info that I think narrows it down to a backend regression rather than a client-side issue.

Same surface error on copyDatasourceAndRedirect/{datasource-id} (and presumably copyReport): a new tab opens, fails with ERR_INVALID_RESPONSE, and the Network panel shows the POST as (blocked:origin).

Underlying server response. I intercepted the form submission and replayed the POST in the current tab via fetch() to get past the chrome-error rendering. The actual response is:

HTTP/1.1 400 Bad Request
Content-Type: application/json

)]}'
{"errorStatus":{"code":3}}

code: 3 is INVALID_ARGUMENT in Google’s standard error mapping. The ERR_INVALID_RESPONSE users see is just Chrome failing to render that JSON body as a page (the form has target="_blank", so the new tab tries to load the response as a document, can’t, and falls back to a chrome-error://chromewebdata/ page).

Same 400 / code 3 reproduced with all of the following variations, so these can be ruled out as causes:

  • Native form POST with target="_blank" (current production path)

  • Native form POST with target attribute removed (same-tab navigation, Sec-Fetch-Mode: navigate)

  • fetch() POST with multipart/form-data

  • fetch() POST with application/x-www-form-urlencoded

  • With and without ?appVersion=20260503_0000 on the URL (matches the param all other Data Studio endpoints on the page send)

  • With and without the empty workspaceId and region form fields

  • XSRF token fresh from the Angular-injected form each attempt (so not a token expiry issue)

Not account-specific. I shared the data source in editor mode with a second Google account and ran the copy from that account — identical 400 / code 3 response. The failure travels with the data source (or with the endpoint globally), not with the user session.

Timing matches the rename. This started for me around the Looker Studio → Data Studio transition. The page still mixes both brand identifiers in places (e.g. Google Analytics page-view hits send dt=Looker Studio while the URL is datastudio.google.com), which suggests the migration is partly incomplete. My best guess is that this endpoint either lost a required parameter or had a stricter validation rule introduced backend-side, without the Angular front-end being updated to match.

Affected endpoints I can confirm: copyDatasourceAndRedirect (my case) and copyReport (the original post in this thread, and the related “Looker copy report not working” thread from April 2). Likely a shared codepath.

Happy to share the exact request headers, the Angular form HTML, or anything else useful if a Googler picks this up. Thanks!

A workaround I found is to duplicate the source inside a report, then make it reusable. Not the best workflow so far, but it avoids re-creating all calculated fields & everything.

Let’s hope the endpoint issue is fixed quickly.

Hi @Georges_BOURGUES, can you explain your solution ?

When I go directly to the data sources of the dashboard, I duplicate one of my data sources within the dashboard. But then, whether I make it ‘reusable’ or not, when I try to copy the data source it still doesn’t work… I would like to share my data sources with collaborators…

Is there no one from Google to help us?

When I duplicate from where you are, it works fine for me.

It does not open a new window; I can reconnect to another source (Sheets, BigQuery, Community Connector…) → Reconnect → Rename. Then, it appears in the report, and I can make it reusable.

Hope this helps. And yes, it’s crazy that nobody from Google reacts to this matter.

Works fine! Thanks for the trick. :slightly_smiling_face:

Yes, but when I duplicate it, the charts in my dashboard are no longer connected to my new data source. As you can see, it shows “0 charts, 0 variables.”
When I duplicate my “patrimoine” data source, I do reconnect it properly to my Google Sheets file, but the variables and charts don’t link to this new data source.

Image 1: “Use report template for new report” checkbox in Connector Page

Image 2: Generated report copy URL returning ERR_INVALID_RESPONSE

We are seeing the same issue across all Community Connectors.

Affected flows:

Example error:
“The webpage at https://datastudio.google.com/… might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE”

This issue has been occurring for around a month now.

Data Studio team, could you please prioritize investigating and fixing this issue?

Please Google, could you help us? @Arpna @Roderick @JenS @system @Rick_E @Michelle @Miqua

We are taking a look. Thank you.

Hello, thank you for your reply. When do you think you’ll be able to get back to us? My situation is critical and I really need to be able to copy my data sources.

Hi there,

It has been over two weeks since this issue occurred, and it is causing a significant disruption to our business operations.

Since we currently cannot determine whether we should wait for Google’s resolution or start considering alternative solutions on our end, could you please at least provide us with an update on the current status?

Thank you for your help.

Hello everyone!

It looks like the problem has been sorted: I was able to duplicate a data source without encountering any errors.

Have a nice day :slight_smile: