This prevents cases say where the web app is running in a terminal, but
when we try to run the desktop app it silently switches to a different
and then failing to load in a manner that is harder to debug compared to
if it'd failed outright.
Ref:
-
https://github.com/vercel/next.js/discussions/23932#discussioncomment-599284
This prevents cases say where the web app is running in a terminal, but when we
try to run the desktop app it silently switches to a different and then failing
to load in a manner that is harder to debug compared to if it'd failed outright.
Ref:
- https://github.com/vercel/next.js/discussions/23932#discussioncomment-599284
Workaround for the following error when trying to upload from the desktop app to a staging bucket
> ente://app/gallery:1 Access to XMLHttpRequest at
'https://xxx-staging-xxx.s3.xxx.backblazeb2.com/...' from origin 'ente://app'
has been blocked by CORS policy: Response to preflight request doesn't pass
access control check: The 'Access-Control-Allow-Origin' header has a value
'null' that is not equal to the supplied origin.
> disableWebInstaller is set to false, you should set it to true if you
do not
plan on using a web installer. This will default to true in a future
version.
> disableWebInstaller is set to false, you should set it to true if you do not
plan on using a web installer. This will default to true in a future version.
Latest Node 20 (20.13.1) ships with an updated corepack which seems to
insist
putting a package manager field in package.json
(https://github.com/nodejs/corepack/pull/413).
Let it have its way, hoping that this doesn't break someone's workflow
(depending on how they installed yarn without corepack or if they have a
node
version that doesn't have corepack).
Latest Node 20 (20.13.1) ships with an updated corepack which seems to insist
putting a package manager field in package.json
(https://github.com/nodejs/corepack/pull/413).
Let it have its way, hoping that this doesn't break someone's workflow
(depending on how they installed yarn without corepack or if they have a node
version that doesn't have corepack).