Serhii Naydenko
Serhii Naydenko
Hi Kevin, thanks for the quick answer. Yes, you right, it was shopify cli, after that it was update for the new oauth flow, and ok, it's clear now in...
``` "dependencies": { "@shopify/shopify-api": "^5.0.1", "airtable": "^0.11.4", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", "express": "^4.18.1", "serve-static": "^1.15.0" }, "devDependencies": { "@serverless/cloud": "^2.10.16", "jsonwebtoken": "^8.5.1", "nodemon": "^2.0.15", "prettier": "^2.7.1", "pretty-quick": "^3.1.3"...
I use it with Serverless Cloud Data. The problem is when sessions can't be found on SessionStorage, the new ones cant be cretead, with already mentined error about cookie. Here...
Also have such error. Looks like for now custom session storage must also have "optional" findSessionsByShopCallback method: > CustomSessionStorage failed to find sessions by shop. Error Details: findSessionsByShopCallback not defined....
I also have this bug. I see that somehow there was old session was stored in sessionstorage. Looks like this app template can't handle it right
@adventuretocode I fixed it by manually removing the session. Are you seeing this error when trying to install app that was previously deleted?
Still not fixed? Build with signing seems broken. electron-builder version=24.13.3 os=10.0.19041 • loaded configuration file=package.json ("build" field) • packaging platform=win32 arch=x64 electron=31.3.1 SignTool Error: The file is being used by...