Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console.sst.dev does not load at all on mac M1 #682

Open
Harrison97 opened this issue Jul 13, 2022 · 7 comments
Open

console.sst.dev does not load at all on mac M1 #682

Harrison97 opened this issue Jul 13, 2022 · 7 comments

Comments

@Harrison97
Copy link

I am using a Mac M1 so I assume this may be an issue here, maybe not.

However I am simply trying to do the QuickStart app and everything deploys fine and I can call my APIs etc, but I cannot actually use the web console for debugging. I have the debug stack deployed and I have it running locally. Still no luck and the screen is just stuck on this:
Screen Shot 2022-07-12 at 20 16 11

With these Errors:
Screen Shot 2022-07-12 at 20 16 48

Has anyone run into a similar issue on M1 or otherwise? Any help would be great. I could be possibly missing something very basic but any help would be great.

Thanks.

@Harrison97 Harrison97 changed the title console.sst.dev does not not at all on mac M1 console.sst.dev does not load at all on mac M1 Jul 13, 2022
@jayair
Copy link
Contributor

jayair commented Jul 13, 2022

Which browser are you using? Btw, the Discord is the best place for this: https://discord.gg/sst

@flea89
Copy link

flea89 commented Nov 11, 2022

Hello, I'm experiencing the same problem on Chrome (it works on Firefox)

I'm really new to SST.
From a very first look, I wonder if the problem is caused by the missing Access-Control-Allow-Private-Network: true header.

More details https://developer.chrome.com/blog/private-network-access-preflight/

@jayair
Copy link
Contributor

jayair commented Nov 11, 2022

Which version of Chrome is this?

@flea89
Copy link

flea89 commented Nov 12, 2022

Crome Version 107.0.5304.110 (Official Build) (x86_64)

And here's the details about the error:
Access to fetch at 'http://localhost:12557/proxy/https://jsonplaceholder.typicode.com/todos/1' from origin 'https://console.sst.dev' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Private-Network' header was present in the preflight response for this private network request targeting the local address space.

@karan-pathak
Copy link

You can try installing mkcert. It worked for me on chrome.
Find detailed steps to do this under the heading "Safari and Brave" on https://docs.sst.dev/console

@yasircodingcrafts
Copy link

Same here I am getting CORS errors in edge, chrome, firefox and blocked contect in safari, but I am on Mac with Intel

@rajatbarman
Copy link

mkcert -install on M1 Ventura worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants