Hello,
I am trying to deploy forge application, Custom UI, to my development environment. It was working in the past, but now I am receiving error responses for my JS and CSS files: HTTP/2 403 Forbidden.
I have removed all strings which may be related to my instance (I do not know what they are, it is just for sure) and replaced them with dots.
15:24:56.493 GEThttps://.....................................cdn.prod.atlassian-dev.net/css/app.b613a76c.css
[HTTP/2 403 Forbidden 15ms]
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>
<AWSAccessKeyId>.......................</AWSAccessKeyId>
<StringToSign>
AWS4-HMAC-SHA256
20210423T132448Z
20210423/us-west-2/s3/aws4_request
................................................................
</StringToSign>
<SignatureProvided>
................................................................
</SignatureProvided>
<StringToSignBytes>
....................
</StringToSignBytes>
<CanonicalRequest>
GET /css/app.b613a76c.css
host:.....................................cdn.prod.atlassian-dev.net
x-amz-content-sha256:e..............................................................5
x-amz-date:20210423T132448Z
host;x-amz-content-sha256;x-amz-date
e..............................................................5
</CanonicalRequest>
<CanonicalRequestBytes>
........................................
</CanonicalRequestBytes>
<RequestId>
4..............P
</RequestId>
<HostId>g..........................................................................=</HostId>
</Error>
When using forge tunnel
it works correctly.
Can, please, somebody give me any hints how to deploy the application? I do not know which steps should I try.