xueyun0512 opened a new issue, #36485: URL: https://github.com/apache/superset/issues/36485
### Bug description Hi! I'm using **apache-superset==5.0.0** with Postgres as well. Using the user "admin", I got several error on the web UI. The log shows: `2025-12-09 17:00:30,689:INFO:werkzeug:100.76.210.16 - - [09/Dec/2025 17:00:30] "GET /api/v1/log/recent_activity/?q=(distinct:!f,page_size:24) HTTP/1.1" 403 - 2025-12-09 17:00:30,689:INFO:werkzeug:100.76.210.16 - - [09/Dec/2025 17:00:30] "GET /api/v1/dashboard/?q=(filters:!((col:owners,opr:rel_m_m,value:'1')),order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:5) HTTP/1.1" 403 - 2025-12-09 17:00:30,814:INFO:werkzeug:100.76.210.16 - - [09/Dec/2025 17:00:30] "GET /api/v1/saved_query/?q=(filters:!((col:created_by,opr:rel_o_m,value:'1')),order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:5) HTTP/1.1" 403 - 2025-12-09 17:00:30,816:INFO:werkzeug:100.76.210.16 - - [09/Dec/2025 17:00:30] "GET /api/v1/chart/?q=(filters:!((col:owners,opr:rel_m_m,value:'1')),order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:5) HTTP/1.1" 403 - 2025-12-09 17:00:30,934:INFO:werkzeug:100.76.210.16 - - [09/Dec/2025 17:00:30] "GET /ap i/v1/saved_query/_info?q=(keys:!(permissions)) HTTP/1.1" 403 - ` Why do I got this while I'm admin? I didn't compare the postgres db and sqlite but is postgres deprecated if database upgrade is not working as mention by @lboross-ia in #24469 Also, I didn't find any documentation about metadata management. Does someone find it? Anything help would be appreciate :) Thanks! ### Screenshots/recordings <img width="764" height="488" alt="Image" src="https://github.com/user-attachments/assets/b0cee515-8b3d-4d13-8ed1-754e061b4ce1" /> ### Superset version 5.0.0 ### Python version 3.11 ### Node version I don't know ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] 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]
