- p - 1);
- }
- }
- ]}>
+
+ {#if report && !isVersionAtLeast(version, '1.4.0') && $provider.provider === 'appwrite'}
+ Functions not available for import
To migrate your functions, update the version of the Appwrite instance you're importing from
to a version newer than 1.4
-
-
-{/if}
+
+ {/if}
-{#if error}
-
- p - 1);
- }
- }
- ]}>
- Request failed
+ {#if error}
+
Please check if your credentials are filled in correctly in the previous step
-
-
{/if}
@@ -127,7 +127,7 @@
.box {
padding: 0;
- > div {
+ > :global(div) {
padding: 1.25rem;
&:not(:last-child) {
@@ -142,10 +142,10 @@
width: 1.5rem;
height: 1.5rem;
- > * {
- position: absolute;
+ > :global(*) {
top: 50%;
left: 50%;
+ position: absolute;
transform: translate(-50%, -50%);
}
diff --git a/src/routes/(console)/project-[project]/settings/migrations/exportModal.svelte b/src/routes/(console)/project-[project]/settings/migrations/exportModal.svelte
index f299631c2d..b01504b853 100644
--- a/src/routes/(console)/project-[project]/settings/migrations/exportModal.svelte
+++ b/src/routes/(console)/project-[project]/settings/migrations/exportModal.svelte
@@ -1,14 +1,17 @@
-
- API key creation
- By initiating the transfer, an API key will be automatically generated in the background, which
- you can delete after completion
-
-
- {
- if (!submitted) return;
- handleInvalid(e);
- }} />
-
-
-
Share your feedback: why our self-hosted solution works better for you
-
- We appreciate your continued support and we understand that our self-hosted solution
- might better fit your needs. To help us improve our Cloud solution, please share why it
- works better for you. Your feedback is important to us and we'll use it to make our
- services better.
-
-
-
-
-
-
-
- You will be redirected to your self-hosted instance
-
-
-
+
+
+ API key creation
+ By initiating the transfer, an API key will be automatically generated in the background,
+ which you can delete after completion
+
+
+
+
+
+
+
+ Share your feedback: why our self-hosted solution works better for you
+
+
+ We appreciate your continued support and we understand that our self-hosted solution
+ might better fit your needs. To help us improve our Cloud solution, please share why
+ it works better for you. Your feedback is important to us and we'll use it to make
+ our services better.
+
+
+
+
+
+
+
+ You will be redirected to your self-hosted instance
+
+
+