-
Notifications
You must be signed in to change notification settings - Fork 259
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
at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" #262
Comments
@poddb which sample are you trying? |
@jaredperreault-okta okta-hosted |
@jaredperreault-okta have you got any idea of what I can try? |
@poddb are you attempting to run this locally? Or on heroku? I just did a fresh install and the sample worked for me (locally) git clone https://github.com/okta/samples-js-react.git
cd samples-js-react
npm install
cd okta-hosted
npm start
# browser to localhost:8080 |
@jaredperreault-okta I'm doing it via heroku.
App is live on port 8080! and in the logs I see
|
Does it crash if you go to |
I get this |
@jaredperreault-okta I have been looking through the logs and have spotted this, though I am not sure how I would go about fixing it:
|
@poddb I created an internal ticket to look into this. The sample works fine locally, so it might have something to do with deploying to Heroku Internal Ref: OKTA-506911 |
Hi @jaredperreault-okta was there any update on the ticket? |
@poddb This ticket is in our current sprint. Updates to follow |
any updates on the ticket? |
@Zuker-nie I believe this issue was fixed in #267. Are you still experiencing this issue? |
Hello,
This project was put on hold for the time being so I haven't been able to
test anything. I will be sure to comment when we pick up the project again
in the new year.
…On Mon, 19 Dec 2022 at 13:37, Jared Perreault ***@***.***> wrote:
@Zuker-nie <https://github.com/Zuker-nie> I believe this issue was fixed
in #267 <#267>. Are you
still experiencing this issue?
—
Reply to this email directly, view it on GitHub
<#262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQZEX37VVAL5GW2PGIULODWOBQJXANCNFSM5W2E2SPA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Kind Regards,
Padraigh Basquille (he/him they/them)
Engineer, IT & Security
8am - 6pm (M, T, W, F)
Learn more about Shout <https://giveusashout.org/> - Click here to
volunteer with us <https://crisistextlineuk.tfaforms.net/24>
Mental Health Innovations (legal name of Shout) is a registered charity,
number: 1175670
|
I am facing the same issue. |
I've got the exactly same error message as trobinuk described. |
Same - I am currently trying to figure it out. I believe it has to do with how the directories are organized. |
got the same issue for my deployment |
same problem for my deployment |
has anyone solved the problem? |
same problem |
same problem here |
I had the same issue but I resolved mine by changing this in my package.json file to
|
Getting the following error when I npm start:
at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=my-app.herokuapp.com request_id=ID a fwd=".,*," dyno= connect= service= status=503 bytes= protocol=https
I can see that this in fileserver.js held in samples-js-react/node_modules/selenium-webdriver/lib/test/:
var app = express();
app.get('/', sendIndex)
.get('/favicon.ico', function(req, res) {
res.writeHead(204);
res.end();
I've tried looking around the past day to see if I can find out what is causing it but nothing I try has resolved it.
Would appreciate some assistance as I am quite new to this and it might be a very simple fix but I can't see the wood for the trees
The text was updated successfully, but these errors were encountered: