generated-online / generated.online

tbd beschde
14 stars 0 forks source link

Site is broken on firefox #162

Open JCWasmx86 opened 3 years ago

JCWasmx86 commented 3 years ago

Expectations

The site works in firefox like on chromium.

Reality

Just a white background, nothing else

System information

Debian Sid, amd64, Mozilla Firefox 85.0.1, GNOME

Console output (No addons, firefox in safe mode)

It looks like you're using the development build of the Firebase JS SDK.
When deploying Firebase apps to production, it is advisable to only import
the individual SDK components you intend to use.

For the module builds, these are available in the following manner
(replace <PACKAGE> with the name of a component - i.e. auth, database, etc):

CommonJS Modules:
const firebase = require('firebase/app');
require('firebase/<PACKAGE>');

ES Modules:
import firebase from 'firebase/app';
import 'firebase/<PACKAGE>';

Typescript:
import firebase from 'firebase/app';
import 'firebase/<PACKAGE>';
index.esm.js:53:8
Uncaught TypeError: Zn is undefined
    56d7 main.js:53
    Webpack 6
main.js:53:36
[2021-02-06T18:20:54.630Z]  @firebase/analytics: Analytics: IndexedDB unavailable or restricted in this environment. Wrap initialization of analytics in analytics.isSupported() to prevent initialization in unsupported environments. Detai>
Uncaught Error: InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.
    onerror auth.esm.js:291
auth.esm.js:291:142
    onerror auth.esm.js:291
Some cookies are misusing the recommended “SameSite“ attribute 2
The resource at “https://www.google-analytics.com/g/collect?v=2&tid=G-P84D64G1BB&gtm=2oe1r0&_p=695469897&sr=1920x1080&ul=en-us&cid=1177037984.1612635655&_s=1&dl=https%3A%2F%2Frecipes.generated.online%2F&dr=&dt=AI%20Generated%20Recipes!&s>
recipes.generated.online
fellnerse commented 3 years ago

I just checked with my local firefox instance and the site seems to work: image could you try again, and also add information about the version of your firefox installation, and internet connection? Can you try on a different device, or with/without vpn?

JCWasmx86 commented 3 years ago

version of your firefox installation

Mozilla Firefox 85.0.1

internet connection

50 MB per second

I tried it on an android device (Android 10):

Firefox Focus (Firefox Klar in german): 8.12.0 (Build #350192154 85.0-20210118153634)

Firefox Nightly: Nightly 210205 17:58 (Build #2015791571) AC: 73.0.20210205154357. 14230278a GV: 87.0a1-20210203093146 AS:69.0.0 Firday 2/5 @ 6:00 PM

Both of these have somehow just a white background, too.

I don't use any VPN