-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with Mission Control #604
Comments
Thanks for testing this, I really need some feedback on MC. Some context: Mission Control can handle multiple chatbots (multiple chatbotID) with the same control panel, that's the reason is asking to select one. Do you have a particular configuration? (i.e., running node-red on a different port, or different root directory, are projects enabled, etc.) For sure, it should handle better the error on GraphQL. |
I am running 3 instances of Node-RED through Docker for different purposes. Ports: But the one I'm trying MC on is the 1880 one which is the default so it should be fine. The relevant Console Log things I can find, inside the Node-RED Dashboard:
No relevant errors: Now let's see in the MC Dashboard: A thing I'm noticing here is that it says "production" but I'm running all my bots in development. Another interesting thing is that I tried to configured settings.js with this: I wrote the paths similar to those which work perfectly: But I just realize now that they're not the same kind of paths, anyway, it completely ignores those MC settings:
BTW the Also maybe relevant my docker-compose.yml: |
Ok, I believe it's the https certificates. |
The web socket failing is the Apollo one, it's for the GraphQL subscriptions which are not used yet. |
Hi @guidone I also am not able to figure how to use the simulator of MC. ![]() If I do not create receiver configuration, the chat widget did show up but was unable to send with error cannot find chatbot with id "". ![]() What am I missing? What are the correct steps to setup the simulator? Can the simulator be used without receiver / with the universal receiver? |
I've tried for the first time to play with the MC and I see so much amazing potential.
However, I think something is wrong.
So, here's what I got:
Inside MC:
No messages received:
But yes?
And in the console I see this:
Something seems a bit unintended.
The text was updated successfully, but these errors were encountered: