Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.
https://pulsesms.app
Other
109 stars 44 forks source link

Can't attatch images via Web or Pulse SMS App #71

Closed YogiOz closed 5 years ago

YogiOz commented 5 years ago

Can't attatch images via Web or Pulse SMS App...

When I attach (or try to) an image in the Web interface or Pulse App it does not send. When I attatch an image it continously tries to attach but fails.

Serubin commented 5 years ago

Does this happen in the android app as well?

I just tested out on my phone and the web app and was unable to reproduce. Would you be able to produce the steps you took and perhaps a video of the issue?

YogiOz commented 5 years ago

Not that I know of - just web and Pulse App

Serubin commented 5 years ago

To clarify, what do you mean by Pulse App? I presume you mean the Pulse App on your phone? This is what I mean by the android app.

YogiOz commented 5 years ago

Steps:

Open SMS App Select recipient attach image Capture

Serubin commented 5 years ago

What takes place on your phone?

YogiOz commented 5 years ago

Pulse App is this: https://blog.klinkerapps.com/pulse-sms-desktop-apps/

Serubin commented 5 years ago

Got it, and on your phone?

YogiOz commented 5 years ago

Phone works OK...this is via Desktop App or Website

Serubin commented 5 years ago

Please provide any logs you are able to from the developer console

YogiOz commented 5 years ago

There are no logs that I know of from using a windows desktop app...

klinker24 commented 5 years ago

"View" -> "Toggle Developer Tools" brings up the same developer console that you would see in Chrome. Or you can grab the console output from the web, since you say you are seeing the same thing there

YogiOz commented 5 years ago

I can't access my phone at this stage - only desktop app/website.

klinker24 commented 5 years ago

I am not talking about the phone, nor did I reference the phone anywhere in my reply. We are discussing the web and desktop apps and how to access the developer console to pull the console logs.

YogiOz commented 5 years ago

pulsesms.app/:1 Access to XMLHttpRequest at 'https://firebasestorage.googleapis.com/v0/b/messenger-42616.appspot.com/o?name=b7fe35984afbd5045c8f66fd7020ca234852f488d012bacb5a7f4789524d314f%2F727152172896649' from origin 'https://pulsesms.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. index.js:123 WebSocket connection to 'wss://api.messenger.klinkerapps.com/api/v1/stream?account_id=b7fe35984afbd5045c8f66fd7020ca234852f488d012bacb5a7f4789524d314f' failed: Error during WebSocket handshake: Unexpected response code: 403

Serubin commented 5 years ago

Just to add this again @klinker24, I couldn't reproduce this error on any of my clients.

klinker24 commented 5 years ago

@YogiOz It seems to me that whatever network, device, or browser you are on, is blocking the image upload. Sorry that is not something that we will be able to affect on our side

pulsesms.app/:1 Access to XMLHttpRequest at 'https://firebasestorage.googleapis.com/v0/b/messenger-42616.appspot.com/o?name=b7fe35984afbd5045c8f66fd7020ca234852f488d012bacb5a7f4789524d314f%2F727152172896649' from origin 'https://pulsesms.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

This message is indicating that it cannot access the Firebase Storage APIs.

YogiOz commented 5 years ago

This has started working again...