Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Aug 21 05:41:12 sandbox mix[19506]: check_origin: ["https://example.com",
  2. Aug 21 05:41:12 sandbox mix[19506]: "//another.com:888", "//other.com"]
  3. Aug 21 05:42:12 sandbox mix[19506]: 05:42:12.618 [error] Could not check origin for Phoenix.Socket transport.
  4. Aug 21 05:42:12 sandbox mix[19506]: Origin of the request: https://pleroma.********.net
  5. Aug 21 05:42:12 sandbox mix[19506]: This happens when you are attempting a socket connection to
  6. Aug 21 05:42:12 sandbox mix[19506]: a different host than the one configured in your config/
  7. Aug 21 05:42:12 sandbox mix[19506]: files. For example, in development the host is configured
  8. Aug 21 05:42:12 sandbox mix[19506]: to "localhost" but you may be trying to access it from
  9. Aug 21 05:42:12 sandbox mix[19506]: "127.0.0.1". To fix this issue, you may either:
  10. Aug 21 05:42:12 sandbox mix[19506]: 1. update [url: [host: ...]] to your actual host in the
  11. Aug 21 05:42:12 sandbox mix[19506]: config file for your current environment (recommended)
  12. Aug 21 05:42:12 sandbox mix[19506]: 2. pass the :check_origin option when configuring your
  13. Aug 21 05:42:12 sandbox mix[19506]: endpoint or when configuring the transport in your
  14. Aug 21 05:42:12 sandbox mix[19506]: UserSocket module, explicitly outlining which origins
  15. Aug 21 05:42:12 sandbox mix[19506]: are allowed:
  16. Aug 21 05:42:12 sandbox mix[19506]: check_origin: ["https://example.com",
  17. Aug 21 05:42:12 sandbox mix[19506]: "//another.com:888", "//other.com"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement