so I just deployed my symfony application on heroku + ClearDB Mysql and I have a problem with my images. Once the application is deployed I go to the back office via easyAdmin, and I fill in some "products with images" information, everything works perfectly well at the time, my images are displayed correctly in the easyAdmin as on my site .
However after a very short turn of time "I would say 1 hour" my images no longer work, they no longer appear on the site and in the easyadmin either "they appear broken, impossible to read".
I would therefore like to point out that locally everything works perfectly well and that deploying the first hour there is no problem.
So I head to the stackoverflow community for help, I can't figure it out, I tested the operation several times and the result is the same each time ...
I also deploy a similar application with heroku postgres and no problem but I would like to understand what is wrong with the heroku clearDB Mysql case. Thank you
Related
The purpose of the below steps is to test a simple deploy process with a bare bones app before I commit my time (I've already spent a week with meteor and I love it but went through hell trying to deploy to heroku etc.. ) Seems like the best way is to just use their galaxy service, .. so there goes I...
First I did a meteor create ramonadsouza in my local drive. Then, I did:
meteor deploy ramonadsouza.meteor.com
I checked to make sure I followed all the steps here to ensure high availability: http://galaxy-guide.meteor.com/high-availability.html
However, my app is not showing at ramonadsouza.meteor.com even though I get the green light UI etc..
What did I miss?
Did anyone encounter an error with ASP.NET debugging? I've made a really simple, empty MVC page, I've tried returning /Home/Index.cshtml and a string, and each time I get a windows jingle and the browser can't find the server. It doesn't happen when I run it without debugging though, then the website runs just fine.
I've also tried the default MVC template, with Bootstrap etc, and it's the same - runs without debugging, doesn't run with debugging.
It's probably important: I'm running Visual Studio 2017 on up-to-date Windows 10. I've reinstalled the system several weeks ago, really wouldn't want to do that again :/
Generally we could debug an app with the normal user, but sometimes we need to use the admin, for example, as far as I know, if we want to use the attach to process tool for remote debugging, we often run the VS as the admin or others.
This document share us the tasks we need administrator permissions to completeļ¼
https://msdn.microsoft.com/en-us/library/jj662724.aspx?f=255&MSPPError=-2147217396
If possible, you could refer to it especially "Debugging" area in above link.
Hope it could help you:)
When I open my Firebase hosted site (built with Polymer Starter Kit) using my computer that I deployed (i.e., using $ firebase deploy) the app from, it works great. It works on all browsers too.
However, when I try to open it on my mobile device (an Android tablet in this case) I get a Site Not Found Error. The full error text message reads as follows:
Site Not Found
Why am I seeing this?
There are a few potential reasons:
You haven't deployed an app yet.
You may have deployed an empty directory.
This is a custom domain but we haven't finished setting it up yet.
How can I deploy my first app?
Refer to our hosting documentation to get started.
Obviously, none of the possible causes listed are actually the case because, as mentioned, the site tests fine on my deploying device. And on all browsers on that device.
Question
What could be causing this?
TL;DR: User error. Problem fixed.
I just tested it again and it worked on the other devices. Since I was not clicking a link, but rather, typing it instead, I think that was what caused the problem.
I think what happened was the "en dash" character on some soft keypads looks like a different character (maybe em dash?) which causes the typed URL not to match the actual URL if the user is not used to typing out URLs and doesn't know how to tell the difference on a soft keypad between the different types of dashes.
I'm trying out Polymer web components for the first time and everything is working perfectly fine using Brackets Live Preview.
But when I try to deploy the app using Firebase hosting I get a READ ERROR.
READ ERROR - Could not read directory. Remove symbolic links / shortcuts and try again.
I updated firebase-tools but still get the same error.
I've spent so many hours going through tech forums hoping I'd find somebody having the same issue but unsuccessful.
Any information regarding my inquiry is much appreciated.
Your app's directory contains a shortcut or a symbolic link. You need to replace that with the actual content before firebase-tools can upload the site. Once you've removed the shortcut firebase deploy should work as expected
By some mysterious reasons I got myself a jailbroken iPhone 3GS from a vendor whom I am finding difficult to track.
My task is to test out in app purchase functionality on it.
Currently it has iOS 5.0.1 with cydia installed.
No, it does not have Appsync.
I am installing my build through testflightapp API which works without issues with my app so far.
However when I initiate in app purchase, I don't get anything in response.products so far.
I have added productIDs and all in itunes-connect already, checked twice that they are fine, since 48 hours.
I tried testing with iPhone simulator 5.1, but all I got was no values from storekit. I would love to hear if there is any workaround with simulator.
Worked around this finally - deleted my app from itunes connect, re-added it.
It complained about name being already used.
I changed the language of name. And it worked.
Maybe, my prior app setup was right, but I had something else messed up.
In between, I rejected my app. That maybe one of the reason behind this issue.
Lesson?
Don't developer reject your app.