Hosting webapp with python backend

Yesed
Registered Posts: 2 ✭
Is the sample webapp mentioned in the example working? I was getting errors on the HTML UI
How to create a form for data input? - Dataiku Developer Guide
https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html
Operating system used: Dataiku Free edition - Space
Tagged:
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,501 Neuron
What errors?
-
- No response is displayed in UI that entry is invalid or dataset is invalid, even when I given dataset name correctly no message displayed
- Tried to make few changes in python back end then deployment was timing out
- Unable to generate log since backend access , but please refer to space : a43c878a/overview
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,501 Neuron
Looks like an access issue due to your free account. Is this a local install or Dataiku Cloud?
-
Hi Yesed,
Tried to make few changes in python back end then deployment was timing out
Could you paste the `log`? Go to the
Log
tabs of your webapp, click the refresh button, and show us the error message.But I suspect either a Python error in your code or a code environment that is not updated.