VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal Server error after installing storefront

bigpoolid opened this issue · comments

Please provide detailed information about your issue, thank you!

Version info: Latest

  • Browser version: Chrome
  • Platform version: 3.448.0
  • Storefront version: 6.34.0

Expected behavior

Storefront is supposed to launch without any errors

Actual behavior

I get this error
An error occurred while starting the application.
UriFormatException: Invalid URI: The format of the URI could not be determined.
System.Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind, ref UriCreationOptions creationOptions)

commerce platform: https://virtoservice.azurewebsites.net/ (works normal)
check link: https://storefront11.azurewebsites.net/ (internal server error)

Steps to reproduce

  1. Deploy commerce platform on azure using azure https://docs.virtocommerce.org/getting-started/deploy-from-precompiled-binaries-azure/)
    2.Deploy storefront on top of commerce platform on azure using platform credentials as described in documentation
    3

Hi, @bigpoolid !
As far as we can tell, the https://virtofrontapp.azurewebsites.net/ storefront is currently connected to the https://virtoservice.azurewebsites.net/ platform.
To solve the problem, we downloaded the archive with the latest release of the theme (https://github.com/VirtoCommerce/vc-theme-b2b-vue/releases/tag/1.44.0) and uploaded it to the Content > Themes menu. After downloading, the theme takes some time to unpack and starts to be displayed on the storefront.

image

image