Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.

Home Page:https://pulsesms.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't attatch images via Web or Pulse SMS App

YogiOz opened this issue · comments

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.

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?

Not that I know of - just web and Pulse App

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.

Steps:

Open SMS App
Select recipient
attach image
Capture

What takes place on your phone?

Got it, and on your phone?

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

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

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

"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

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

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.

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

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

@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.

This has started working again...