Blake E
11/05/2021, 4:04 PMNextjsSite
construct, with an oauth flow which requires an https redirect - so rather than struggle to setup a local cert, I’ve been deploying to test my code - which doesn’t provide the sexiest workflow.
Normally, with sst, sst start
would get me what I want - but with nextjs a boilerplate temp site is deployed, and nextjs is run locally at localhost:3000
which doesn’t satisfy my oauth partner requirements.
I’m considering ngrok to my localhost, so I can edit code locally while I test this oauth flow, but anyone have any other suggestions? Workarounds for the lack of local tunneling for next dev
sites?thdxr
11/05/2021, 4:04 PMBlake E
11/05/2021, 4:06 PMBlake E
11/05/2021, 4:06 PMFrank
localhost:3000
, does that help this case?thdxr
11/05/2021, 5:57 PMthdxr
11/05/2021, 5:57 PMthdxr
11/05/2021, 5:57 PM