Skip to content

Trouble adding a store. #1224

Answered by rmp5s
rmp5s asked this question in Help
Dec 6, 2020 · 13 comments · 3 replies
Discussion options

You must be logged in to vote

Wrote a whole big reply to @Kpa62 (see below), then I saw @attaway's reply. Like @attaway, I got it working.

For anyone that may come across this in the future, in addition to what's below and what's in @jef's write-up, I went in and added the following...

To streetmerchant/src/config.ts:

			yoke: envOrNumber(process.env.MAX_PRICE_SERIES_YOKE),
			quadrant: envOrNumber (process.env.MAX_PRICE_SERIES_QUADRANT),
			throttles: envOrNumber (process.env.MAX_PRICE_SERIES_THROTTLES),

To streetmerchant/.env:

MAX_PRICE_SERIES_YOKE=""
MAX_PRICE_SERIES_QUADRANT=""
MAX_PRICE_SERIES_THROTTLES=""

I knew the script was looking for something, I just didn't know what. THAT is what it was looking for.

Now…

Replies: 13 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rmp5s
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rmp5s
Comment options

@Kpa62
Comment options

Comment options

You must be logged in to vote
1 reply
@jef
Comment options

jef Dec 8, 2020
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1224 on December 08, 2020 21:01.