Skip to content

An error occured while loading participant conversation #102

Closed Pinned Answered by ussaama
Quentinchampenois asked this question in Help
Discussion options

You must be logged in to vote

@Quentinchampenois , the error occurred because the "echo__portal_tutorial" cards are being fetched from the Directus-hosted version of Dembrane's data, rather than the self-hosted "directus" instance we use locally. To resolve this, you can update the URL in your "config.ts" file back to "https://dembrane.directus.app/", and it should work as expected.

This is the default setting in "config.ts" when "Echo" is initially set up:

Alternatively, if you have set the "VITE_DIRECTUS_CONTENT_PUBLIC_URL" yourself, you’ll need to remove that. If not, you would need to create the following collections for the setup to work properly:

  1. echo__portal_tutorial

  2. echo__portal_tutorial_cards

The simpl…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ussaama
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #97 on April 04, 2025 11:41.