https://app.makeswift.com
,
which is loaded via HTTPS, can’t load http://localhost:3000
, since it is loaded via HTTP.
The solution to this issue is to run your local Next.js app with HTTPS. You can do this in Next.js with the following command:
TheFor full details, see their How can I run Next.js on localhost through HTTPS? guide.--experimental-https
flag requires a Next.js version of13.5.1
or higher.
localhost
.
Since the #463 release, Brave blocks requests to
localhost
from non-localhost
documents.
To solve this issue, go to brave://adblock
and add the following custom filter:
localhost
requests from app.makeswift.com
.