https://twill.io logo
Join Discord
Powered by
# ❓questions
  • i

    ifox

    06/23/2021, 10:22 AM
    oh it goes away if you remove cookies ok
  • d

    Dmi3yy

    06/23/2021, 10:22 AM
    A17\Twill\Services\MediaLibrary\Local yep this help )
  • i

    ifox

    06/23/2021, 10:22 AM
    did you try using session domain env variable?
  • u

    user

    06/23/2021, 10:23 AM
    Yeah, SESSION_DOMAIN is being used
  • i

    ifox

    06/23/2021, 10:23 AM
    This driver will just render raw files
  • i

    ifox

    06/23/2021, 10:23 AM
    for SVG and glide, see
  • i

    ifox

    06/23/2021, 10:24 AM
    https://github.com/area17/twill/pull/985
  • i

    ifox

    06/23/2021, 10:25 AM
    @User do you have auth on your frontend section? I don't think this is a Twill issue really
  • d

    Dmi3yy

    06/23/2021, 10:25 AM
    one more question if i use Editor i havent header and can't close editor window (
  • i

    ifox

    06/23/2021, 10:26 AM
    can you share a screenshot? I'm not sure what you mean.
  • d

    Dmi3yy

    06/23/2021, 10:26 AM
    https://tppr.me/2blDP
  • u

    user

    06/23/2021, 10:26 AM
    @ifox can you be more precise, what do you mean by auth? The thing is I've tried running it on both staging and development environment, and it works just fine. I even did another deploy of the Master branch on the production server, yet the same issue keeps happening.
  • d

    Dmi3yy

    06/23/2021, 10:26 AM
    on the demo site i see: https://tppr.me/HTAl1
  • i

    ifox

    06/23/2021, 10:27 AM
    sounds like you have conditional code running only in production, something like that. What I mean by auth is is your frontend secured by laravel auth, as in your users need to login.
  • u

    user

    06/23/2021, 10:28 AM
    The website itself can be browsed without any restrictions, only if user is to buy something he is prompted to login/register.
  • i

    ifox

    06/23/2021, 10:28 AM
    hmm wow ok I haven't seen this bug before. Are you sure you're not zoomed in or something?
  • i

    ifox

    06/23/2021, 10:29 AM
    can you share more about the error? I'm really not sure how to help without more information
  • u

    user

    06/23/2021, 10:30 AM
    @ifox There's nothing in the logs, and I'm unable to access any routes until I delete the cookies which I mentioned above. Only error message is: "The site can't be reached" domain.com unexpectedly closed the connection.
  • i

    ifox

    06/23/2021, 10:31 AM
    https on both sides?
  • u

    user

    06/23/2021, 10:32 AM
    Yes
  • i

    ifox

    06/23/2021, 10:40 AM
    Is secure cookie true or false?
  • i

    ifox

    06/23/2021, 10:42 AM
    and what's your web server running in production?
  • i

    ifox

    06/23/2021, 10:42 AM
    there should some logs there
  • u

    user

    06/23/2021, 10:47 AM
    SESSION_SECURE_COOKIE
    is false, it's running on nginx, yet there are no logs related to it.
  • i

    ifox

    06/23/2021, 11:05 AM
    what did you set
    SESSION_DOMAIN
    to?
  • u

    user

    06/23/2021, 11:17 AM
    null
  • d

    Dmi3yy

    06/23/2021, 11:17 AM
    one more question, on demo site i see blocks all closed but on my site all expanded try use @twillBlockCompiled('true') but not work
  • i

    ifox

    06/23/2021, 11:18 AM
    they collapse starting at 4 blocks created @Dmi3yy
  • d

    Dmi3yy

    06/23/2021, 11:18 AM
    thanks
  • i

    ifox

    06/23/2021, 11:19 AM
    twillBlockCompiled
    is for something different, it is to indicate that this block should be registered from the compiled frontend build, when you are using a fully custom Vue component for a block.
1...323334...484Latest