So while running my migration script, I got this error and I genuinely have no idea what to make of it
Wiping database...
Wiping database...
Operation failed: AppwriteException [Error]: <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="https://cdn.sucuri.net/sucuri-firewall-block.css" />
<section class="center clearfix">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sucuri WebSite Firewall - Access Denied</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css">
</head>
<body>
<div id="main-container">
<header class="app-header clearfix">
<div class="wrap">
<a href="https://www.sucuri.net/?utm_source=firewall_block" class="logo"></a>
<span class="logo-neartext">Website Firewall</span>
<a href="https://sucuri.net/?utm_source=firewall_block" class="site-link">Back to sucuri.net</a>
</div>
</header>
<section class="app-content access-denied clearfix"><div class="box center width-max-940"><h1 class="brand-font font-size-xtra no-margin"><i class="icon-circle-red"></i>Access Denied - Sucuri Website Firewall</h1>
<p class="medium-text code-snippet">If you are the site owner (or you manage this site), please whitelist your IP or if you think this block is an error please <a href="https://support.sucuri.net/?utm_source=firewall_block" class="color-green underline">open a support ticket</a> and make sure to include the block details (displayed in the box below), so we can assist you in troubleshooting the issue. </p><h2>Block details:</h1>
<table class="property-table overflow-break-all line-height-16">
<tr>
<td>Your IP:</td>
<td><span>76.33.64.105</span></td>
</tr>
<tr><td>URL:</td>
<td><span>appwrite.yourdomain.com/v1/databases</span></td>
</tr>
<tr>
<td>Your Browser: </td>
<td><span>AppwriteNodeJSSDK/11.1.1 (Darwin; Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64; x64)</span></td>
</tr>
<tr><td>Block ID:</td>
<td><span>FBP007</span></td>
</tr>
<tr>
<td>Block reason:</td>
<td><span>Fake bot access.</span></td>
</tr>
<tr>
<td>Time:</td>
<td><span>2024-03-06 18:11:24</span></td>
</tr>
<tr>
<td>Server ID:</td>
<td><span>11026</span></td></tr>
</table>
</div>
</section>
<footer>
<span>© 2024 Sucuri Inc. All rights reserved.</span>
<span id="privacy-policy"><a href="https://sucuri.net/privacy-policy?utm_source=firewall_block" target="_blank" rel="nofollow noopener">Privacy</a></span>
</footer>
</div>
</body>
</html>
does appwrite use sucuri? is this something around my companies network or Appwrite?
What version were you upgrading from?
I think it's due to yourdomain.com, it's secured with sucuri, but appwrite itself is not
No it’s a custom migration script
To import data
@Steven we use OpenSense firewall so this can’t be that so what is this?
were you pointing at cloud at all?
No
My own instance
you must have sucuri somewhere along your network path 👀
Looks like you're using yourdomain.com somewhere
Huh, weird lol, I’ll check that
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...