Forum Discussion

apenaranda's avatar
apenaranda
Post Partisan
2 years ago
Solved

Embedded report app flask

I have an application with Flask where I embed reports, I get a list of reports (I save the id in a database) and later it makes me embedded the one I select, locally I don't get any errors and it sh...
  • apenaranda's avatar
    2 years ago

    Finally I solved it by modifying the jquery that creates the embed and passes the data, for some unknown reason it sent some correct data locally and others on the web. Now I collect the value from the template so that it has the values correctly from the beginning.
    Greetings,