Vuejs + API tutorial don't work

I’ve modified server.js to use https, self signed certificate, i updated the callback urls in the dashboard to use https instead of http, and I run the server.js directly (node server.js) without development server, and serve the demo vuejs app as static files. Everything loads, but the sameSite issue is stll there. In the developer console, all my cookies have an empty value in the sameSite attribute. Blah