-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi tenant specific error page #3928
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -98,7 +98,7 @@ jobs: | |||
REQUIRE_EMAIL_VERIFICATION=false \ | |||
DISABLE_TELEMETRY=true \ | |||
IMAGE_TAG=test \ | |||
docker compose -f docker-compose.dev.yml -p danswer-stack up -d | |||
docker compose -f docker-compose.dev.yaml -p danswer-stack up -d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this actually is .yml in our repo?
@@ -0,0 +1,15 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is test generated, isn't it? i actually added it to gitignore in the chromatic test fix.
Description
Current
New
Self-hosted
![Screenshot 2025-02-06 at 2 17 07 PM](https://private-user-images.githubusercontent.com/171597620/410676161-dcc3411f-b385-49ab-af5e-19d53b24a092.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTI4MTIsIm5iZiI6MTczOTAxMjUxMiwicGF0aCI6Ii8xNzE1OTc2MjAvNDEwNjc2MTYxLWRjYzM0MTFmLWIzODUtNDlhYi1hZjVlLTE5ZDUzYjI0YTA5Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMTAxNTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NGUxMDQwZDg3ODExOTRlOWEwYjYxYTM0M2E2YTE0ZWUyNGI4NzhjMjRhYTQ5MDkwNzU4OTI3YjgxODFjODRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.qDS6deFTAE5bH9uva2ehnmxGTI5D0wc0dulfEk1w6Yg)
Cloud
![Screenshot 2025-02-06 at 2 16 36 PM](https://private-user-images.githubusercontent.com/171597620/410675989-d35e9b3c-2689-4366-815f-13a9f8c98f29.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTI4MTIsIm5iZiI6MTczOTAxMjUxMiwicGF0aCI6Ii8xNzE1OTc2MjAvNDEwNjc1OTg5LWQzNWU5YjNjLTI2ODktNDM2Ni04MTVmLTEzYTlmOGM5OGYyOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMTAxNTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wYzYzNDQ5YWFmMjUwODVlNTRiYThjMmUzZjY3ODg3MTA1OTRjY2Y1YjA0NjJiYjFkNTM2OWExYTI2Y2YzZWFjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.1NNyjz-_amEXs2pyMEb6oRN5VnP489VKIFYvk3fshAQ)
How Has This Been Tested?
[Describe the tests you ran to verify your changes]
Backporting (check the box to trigger backport action)
Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.