No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Server side subfolder url doesn't work

    Framework
    1
    3
    252
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vozyilmaz last edited by vozyilmaz

      Hi Guys,

      I was having this problem before. The problem was like that: if you copy and paste an URL with a subfolder to a browser, it wasn’t working. the URL like:

      https://example.com/subfolder

      I solved that problem when I changed publichPath config.

      from

      publicPath: ‘*’

      to

      publicPath: ‘/’

      but now, I changed my frontend server to AWS Amplify. Now I’m getting access denied problem with it. Does anybody know a solution for that?

      I’m using Quasar 0.14.7 version. AWS Amplify settings are correct. Access control is “Publicly viewable”.

      1 Reply Last reply Reply Quote 0
      • V
        vozyilmaz last edited by

        I wonder, nobody had the same problem? I think it should be a common problem.

        1 Reply Last reply Reply Quote 0
        • V
          vozyilmaz last edited by

          I found the solution in there: https://forums.aws.amazon.com/thread.jspa?threadID=294311&tstart=0
          I need to use

          Suorce: “</^((?!.(css|gif|ico|jpg|js|png|txt|svg|woff|ttf)$).)*$/>”
          Target: “/index.html”
          Type: 200 (Rewrite)

          in Rewrites and redirects section in the AWS Amplify.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post