Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Ivan_Ivanovskiy
Partner - Contributor
Partner - Contributor

Qlik Sense On Kubernetes: Creating App Error

Hi!

We try to launch QS on Linux using QS on Kubernetes installation guide.

https://github.com/ChristofSchwarz/qs_on_Kubernetes/tree/master/vagrantprovision

So we've setup QS on Minikube, added users by Auth0 (IDP).

When we try to create new app, we have the next error ("An error occurred while creating the application. Try again"):Error_qs_linux.png

 

May be someboby faced the same problem?

 

Thanks,

Ivan.

Labels (1)
  • SaaS

11 Replies
Vincenzo_Esposito

You have 2 external dependencies.

Mongo is one of them and it’s the repo

The other dependency is the storage, it’s required to use a read/write many storage

 

https://help.qlik.com/en-US/sense/June2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Dep...

 

check the file system section

Ivan_Ivanovskiy
Partner - Contributor
Partner - Contributor
Author

Thanks! I'll check it.