What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

i am new to spryker, and was trying to extend zedui module, and security merchant portal gui. i foll

U04CJD8VD0S
U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

i am new to spryker, and was trying to extend zedui module, and security merchant portal gui. i followed documentation precisely but i got blank page on security merchant portal login

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    Hey, maybe you find an exception in spryker.local/logs

  • Guido X Jansen
    Guido X Jansen Global Business & Technology Evangelist Sprykee Posts: 424 ⚖️ - Guardians (admin)

    welcome to Spryker @U04CJD8VD0S!

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet
    edited November 2022

    thank you @guido.jansen, how are you?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    @florian.scholz let me check

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    here is the log @florian.scholz

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    hmm… the path looks correct. are you using the deploy.dev.yml or another environment?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    deploy.dev.yml

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    i am asking because the “blank page” seems odd to me if there is an 404 - i would normally expect an readable exception then. Yves and back office wok fine?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet
    edited November 2022

    the issue is related to zedui angular migration and security-portal-login component extension

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    it seems like, i am not succeed to extend zedui

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    is there any exception in the browser console?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    not not at all

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    do you wanna share what you changed in regards of “security-portal-login component extension” ?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet
    1. copied SecurityMerchantPortalGui from vendor to project
  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    yes, i am sending you zip file

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    nono, pease dont send zip file 😄

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    okay, how do i share then?

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    i am not official support, just trying to help out here 😉

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    🙂 alright

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    maybe start debugging by putting your changes in the SecurityMerchantPortalGui on project level to some stash (so revert it) and test again

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    override SecurityMerchantPortalGui>Layout>layout.twig

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    Ok let me do revert

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    @florian.scholz again blank page

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    can you try docker/sdk up --build --assets --data and watch out for exceptions?

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet
    edited November 2022

    this command executed already, still blank

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    @florian.scholz i should put app.module.ts with global modules inside SecurityMerchantPortalGui > Presentation > app, right?

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    Hey, I am not that specialised in the typescript topics. can not help there 😕 sry

  • U04CJD8VD0S
    U04CJD8VD0S Posts: 29 🧑🏻‍🚀 - Cadet

    thank you for your help @florian.scholz anyway.