You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello you all! I'm using this awesome library some days ago, this works pretty well in some tests I did, Now I'm trying to get the data inside a navigateTo param when my app is NOT running. I'm using the firebolt Prameters module to get that data.
To do so, I'm trying to override the default mock value for parameters.initialization by uploading my parameters-initialization.json which contains the following json
this is the executed command node cli.mjs --upload ../examples/parameters-initialization.json
The update seems to be well since the cli says { status: 'SUCCESS' } and the server says "Updating state for default user 12345" (my app is working with the default user) but when I reload my app I'm getting the default data again and again :(
After updating the state of mock-firebolt and reloading my app I'm getting the default data:
Hello you all! I'm using this awesome library some days ago, this works pretty well in some tests I did, Now I'm trying to get the data inside a navigateTo param when my app is NOT running. I'm using the firebolt Prameters module to get that data.
To do so, I'm trying to override the default mock value for
parameters.initialization
by uploading myparameters-initialization.json
which contains the following jsonthis is the executed command
node cli.mjs --upload ../examples/parameters-initialization.json
The update seems to be well since the cli says
{ status: 'SUCCESS' }
and the server says "Updating state for default user 12345" (my app is working with the default user) but when I reload my app I'm getting the default data again and again :(After updating the state of mock-firebolt and reloading my app I'm getting the default data:
I want mock-firebolt to get the data in my app as I defined in the library state, something like this:
Could you help me please?
The text was updated successfully, but these errors were encountered: