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
    1. Home
    2. vozyilmaz
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    vozyilmaz

    @vozyilmaz

    0
    Reputation
    3
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    vozyilmaz Follow

    Latest posts made by vozyilmaz

    • RE: Server side subfolder url doesn't work

      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.

      posted in Framework
      V
      vozyilmaz
    • RE: Server side subfolder url doesn't work

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

      posted in Framework
      V
      vozyilmaz
    • Server side subfolder url doesn't work

      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”.

      posted in Framework
      V
      vozyilmaz