I am an issue where i need to prefix superset app ie the URLs generated by superset need to be prefixed with '/dev'. I tried to fix it using Blurprints but superset doesn't seem to take into consideration blueprints with url_prefix.
The main reason the need for me is I am trying to deploy superset on AWS Lambda on a serverless environment and since AWS API Gateway adds a stage name like '/dev' all the links are broken. I am able to get to the login page but most of them doesn't work because it seems it's trying to access resources at "/" but API Gateway puts all of them at "/dev".
Any other way or do we need to modify all the static URLs?
Can you help me to see if someone can get Blueprints working on superset with url_prefix
option?