-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Description
Issue summary
npm run dev seems to show different time than the current system time causing "nbf" claim timestamp check failed . I am pretty sure i am doing something wrong here but i am not sure what
@shopify/shopify-app-expressversion: 1.0.0- Node version: v16.18.0
- Operating system: Debian Sid
2023-01-01 17:23:10 | backend |
2023-01-01 17:23:10 | backend | > dev
2023-01-01 17:23:10 | backend | > cross-env NODE_ENV=development nodemon index.js --ignore ./frontend
2023-01-01 17:23:10 | backend |
2023-01-01 17:23:10 | frontend |
2023-01-01 17:23:10 | frontend | > dev
2023-01-01 17:23:10 | frontend | > vite
2023-01-01 17:23:10 | frontend |
2023-01-01 17:23:10 | backend | [nodemon] 2.0.20
2023-01-01 17:23:10 | backend | [nodemon] to restart at any time, enter `rs`
2023-01-01 17:23:10 | backend | [nodemon] watching path(s): *.*
2023-01-01 17:23:10 | backend | [nodemon] watching extensions: js,mjs,json
2023-01-01 17:23:10 | backend | [nodemon] starting `node index.js`
2023-01-01 17:23:11 | frontend |
2023-01-01 17:23:11 | frontend | vite v2.9.15 dev server running at:
2023-01-01 17:23:11 | frontend |
2023-01-01 17:23:11 | frontend | > Local: http://localhost:44657/
2023-01-01 17:23:11 | frontend | > Network: http://192.168.1.7:44657/
2023-01-01 17:23:11 | frontend |
2023-01-01 17:23:11 | frontend | ready in 1066ms.
2023-01-01 17:23:11 | frontend |
Expected behavior
It should be the same time as now which is around 11pm
Actual behavior
Time is way off
Steps to reproduce the problem
- Be on debian sid with the same packages
- Run
npm init @shopify/app@latest - Run
npm run dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.