Lists don't work if cookies are disabled / page embeded inside iframe

If you visit a page that uses data from any kind of search, and cookies are disabled, the search will be unsuccessful and return no data. No error message will be shown, however if you use web inspector, you’ll see the following error:
[Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (mget, line 0)

This error shows even if the data type is set to be visible to everyone. I first noticed this bug when setting embedding a bubble page in an iframe on a non-bubble site. the iframe worked fine in all browsers, except when I tested it in Safari after clearing my cookies, since safari prevents iframes from setting cookies if the user has no past cookies from the embedded site.

Has anyone else experienced this?

I just noticed this in the logs section of the web inspector when trying to load a bubble page inside an iframe with no prior cookies from my bubble site set

This topic was automatically closed after 14 days. New replies are no longer allowed.