Migration off the mews.li domain
This is a guide to help you migrate your booking engine off the discontinued mews.li domain.
Important: Support for the old domain was discontinued in May 2024 - we are not responsible for the functionality of the booking engine on this domain.
Standalone Booking Engine migration
Find every occurrence of links containing https://mews.li domain pointing to the standalone booking engine hosted on our domain and replace them with https://app.mews.com. See Standalone implementation guide.
Example
❌ Deprecated implementation
<a href="https://www.mews.li/distributor/6b87e134-8c75-468a-82d4-aca900c43c70">Book Now</a>✅ After migration implementation
<a href="https://app.mews.com/distributor/6b87e134-8c75-468a-82d4-aca900c43c70">Book Now</a>Widget Booking Engine migration
Replace the domain in your booking engine loading script from https://mews.li to https://api.mews.com. See installation guideline.
❌ Deprecated implementation
<head>
    ...
    <script src="https://mews.li/distributor/distributor.min.js"></script>
    ...
</head>✅ After migration implementation
<head>
    ...
    <script src="https://api.mews.com/distributor/distributor.min.js"></script>
    ...
</head>After a successful migration, the keyword mews.li should no longer appear on your website.
If you have any questions, please open a ticket from Mews Operations via the Mews Digital Assistant.
Last updated
Was this helpful?
