ralessandro-mox opened a new issue, #35582:
URL: https://github.com/apache/superset/issues/35582

   ### Bug description
   
   HI,
   I have an Apache Superset installation _version 4.0.0_ that works correctly.
   
   I’m using the Docker image apache/superset:4.0.0 with a Postgres database, 
configured through a setup file and an initialization script that launches the 
command:
   
   _gunicorn --bind "0.0.0.0:$SUPERSET_PORT" "superset.app:create_app()" \
       --workers "$GUNICORN_WORKERS" \
       --threads "$GUNICORN_THREADS" \
       --timeout "$GUNICORN_TIMEOUT" \
       --max-requests "$GUNICORN_MAX_REQUESTS" \
       --preload_
   
   where $XYZ are some enviroment variabies.
   
   When I upgrade to _version 5.0.0,_ using the image apache/superset:5.0.0, 
the application starts, applies the database migrations, and I can log in.
   
   However, when I open some of the preloaded example dashboards, I get the 
following error:
   
   TypeError: (intermediate value).difference is not a function at ka 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:1195:162) at 
Pa 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:1195:6713) 
at div at 
http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:144917
 at ko 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:888:51) at 
div at div at 
http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:144917
 at ce 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:199:51) at _ 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:2:364292) at 
div at 
http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:144917
 at div at 
http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:144917
 at Pu 
(http://localhost:8088/static/assets/3301108a09f8ea91dbb3.chunk.js:2042:17) at 
Yu (http://localhost:8088/static/assets/3301108a09f8ea91dbb
 3.chunk.js:2297:54) at P 
(http://localhost:8088/static/assets/e2c4328768742c923137.chunk.js:1:2359) at g 
(http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:1029958)
 at pe 
(http://localhost:8088/static/assets/e2c4328768742c923137.chunk.js:112:1708) at 
l (http://localhost:8088/static/assets/6862072183bc9069b522.chunk.js:1:218) at 
l 
(http://localhost:8088/static/assets/3652.a19e1c60fb7500d5478f.entry.js:1:67174)
 at 
http://localhost:8088/static/assets/vendors.550cd2480f8c70dc73c1.entry.js:2:144917
 at main at 
   ....
   
   If I try to edit one of the database connections from the console, the form 
goes into a loop.
   
   I tried looking online for suggestions but couldn’t find anything about 
this, and from the release notes it seems that version 5.0.0 is stable.
   
   Can anyone tell me what I might be doing wrong or if they’ve experienced 
similar issues?
   
   Thanks for your attention.
   Best regards,
   Alessandro
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.9
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [ ] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [ ] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [ ] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to