Re: Issues with creating and running flows in Rapidpro UI

54 views
Skip to first unread message
Message has been deleted
Message has been deleted

Morgan Collett

unread,
Mar 24, 2025, 2:58:50 AMMar 24
to rapidpro-dev
You need to run a reverse proxy like nginx, so that your request to /mr/ is routed to Mailroom.

Regards,

On Mon, 24 Mar 2025 at 02:39, Med Dhia Kassab <mohame...@gmail.com> wrote:
Capture d’écran 2025-03-24 013913.png

On Monday, 24 March 2025 at 00:23:25 UTC+1 Med Dhia Kassab wrote:
I cannot open the flows or see the created flows. 

I'm setting up almost all services, but it loads infinitely without showing anything...

Capture d’écran 2025-03-24 001828.png

--
You received this message because you are subscribed to the Google Groups "rapidpro-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rapidpro-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rapidpro-dev/a31fe541-878b-4075-b0b9-6d45dbcfb48en%40googlegroups.com.
Message has been deleted

lilandos didas

unread,
Mar 24, 2025, 12:23:11 PMMar 24
to rapidpro-dev
Dear just go to the codes, see the screenshot and follow the path based on you dev environment, and change the highlighted match.
switch from: 
      {% if user_org %}
        <temba-store {% if org_perms.globals.global_list %}globals="/api/v2/globals.json"{% endif %}
                     completion="/mr/docs/{{ LANGUAGE_CODE }}/editor.json"
                     languages="/org/languages/"
                     fields="/api/v2/fields.json"
                     groups="/api/v2/groups.json"
                     workspace="/api/v2/workspace.json"
                     shortcuts="/api/internal/shortcuts.json"
                     users="/api/v2/users.json">
        </temba-store>
      {% else %}
to
      {% if user_org %}
        <temba-store {% if org_perms.globals.global_list %}globals="/api/v2/globals.json"{% endif %}
                     completion="{% static 'mr/docs/en-us/editor.json' %}"
                     languages="/org/languages/"
                     fields="/api/v2/fields.json"
                     groups="/api/v2/groups.json"
                     workspace="/api/v2/workspace.json"
                     shortcuts="/api/internal/shortcuts.json"
                     users="/api/v2/users.json">
        </temba-store>
      {% else %}

Screenshot 2025-03-24 171202.png

Screenshot 2025-03-24 171716.png
On Monday, March 24, 2025 at 4:06:17 PM UTC+1 mohame...@gmail.com wrote:
I've really set up the reverse proxy, but now I'm only receiving 500 errors with no WARN logs in the containers
Reply all
Reply to author
Forward
0 new messages