Sealed variables aren't available to container
Seems like my variables aren't being made available to the container when I'm sealing 'em. Value becomes null (or doesn't make it to the container at all - not sure which) and throws errors as a result.
22 Replies
Project ID:
b4d5b2fe-0269-4ddf-8196-c06381b56b14
b4d5b2fe-0269-4ddf-8196-c06381b56b14
I wasn't able to reproduce this, if you are able to, i would greatly appreciate steps.
Solution
working fine now 👍
we haven't done anything, so I can only assume this was somehow with your app
I think I ran a deployment on an old snapshot somehow
anyways, solved, will mention again if I come accross it ¯\_(ツ)_/¯
sounds good
happened again
deploy id: 49f57125-1398-484a-bd71-aeff067b627c
APPLICATION_SECRET being a sealed variable.
we have just under 400 sealed variables, and this has been the only report, leading me to believe its an issue with your app, do you have any way to show that this isn't an issue with your app?
it happens pretty randomly, re-deploying worked fine
no idea what's going on, or any good way to trace what's going on
looks like someone else did have this issue a while ago though: https://discord.com/channels/713503345364697088/1287718233331339347/1287736542663671912
I stand corrected, thank you
I'll try to whip up something to test for this
if there's anything you can think of to enable me to help, feel free to shoot
deep link to the affected service, and what environment it's in, and if you could provide a similar variable to what you have sealed, same format, character set and length that would be helpful
https://railway.app/project/b4d5b2fe-0269-4ddf-8196-c06381b56b14/service/54c990ec-cd3c-440e-8c0a-00c5428b81a2?id=f92b7a48-2d1f-4d9e-b184-303eed5255be
environment: staging ("2d8278ac-9087-4a7c-aa19-0f0f0959ec35")
variable:
32 numeric (e.g.
30262362628612951243030485761496
)perfect
it's inconsistent, first time it's popped up in a few days, so yeah, seems difficult to reproduce
gl :kekw:
ill test every minute
how often do you deploy?
atm - in fairly early dev, so, more often than I'd like to:
https://i.imgur.com/cMgsr03.png
update here, i started running a test script about 12 hours after this convo every minute (auto redeploy), i have yet to receive any notifications that the sealed variable was undefined.
have a hunch that it happens when you set a variable & seal it in the same post request
managed to repeat it that way
oh yeah?
could not reproduce
can you send detailed steps please