stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

UI Issue #671

Closed estar-app closed 1 year ago

estar-app commented 1 year ago

What did you expect to see?

I followed the tutorial on the documentation, but the front end isn't displaying while the pah to the admin and /.well-known/stellar.toml is resolving. The following is the urlconfig:

from django.contrib import admin from django.urls import path, include

import polaris.urls

urlpatterns = [ path('admin/', admin.site.urls), path('', include(polaris.urls)), ]

What else should be done to display the users interface?

https://naturepay.gf4n.xyz/

https://naturepay.gf4n.xyz/.well-known/stellar.toml

https://naturepay.gf4n.xyz/admin/

JakeUrban commented 1 year ago

There is no UI at the root endpoint. Polaris provides a URL for the UI to the wallet after it initiates a transaction. You can experiment more by using testanchor.stellar.org & demo-wallet.stellar.org.