umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Import actions works locally but not in Umbraco cloud environments #92

Open krebil opened 8 months ago

krebil commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

This is a weird one. When I run the included import action it works fine locally, but it fails on all my cloud environments. There's no errors in the log however.

The only thing indicating failure is the below message: image

Steps To Reproduce Steps to reproduce the behavior:

  1. Create a new umbraco cloud project
  2. Clone the project
  3. Install and configure Ui builder
  4. Push the changes to Umbraco cloud
  5. Create som test data and export it
  6. Try to import the data on a cloud environment

Expected behavior Import should work as expected regardless of environment

Environment (please complete the following information):

Additional context If I use the same database locally as the umbraco cloud environment uses, the import still works.