- 
                Notifications
    
You must be signed in to change notification settings  - Fork 133
 
Closed
Description
I am passing an initial value with a template tag
{%plotly_app initial_arguments='{"artnum": {"value":"111"}}' name="Test" %}
to a inputfield in a dash app
dcc.Input(id='artnum', placeholder='Enter a value...',type='number',value='')
On a local machine it works fine.
After deloyment to a google cloud flexible engine the value is sometimes given to the app. Sometimes the input is blank.
Seems random.
Could i be some chache problem?
Any idea to control this?
Metadata
Metadata
Assignees
Labels
No labels