Receiving [500] Internal Server Error while pushing a snap to store

Hi there.

I’ve built a snap and I’m trying to push it to the snapstore, however I’m receiving the following:

2023-10-17 06:33:44.078 Starting Snapcraft 7.5.3
2023-10-17 06:33:44.125 Retrieving credentials for 'snapcraft' on 'dashboard.snapcraft.io' from keyring 'SecretService Keyring'.
2023-10-17 06:33:44.149 HTTP 'POST' for 'https://dashboard.snapcraft.io/dev/api/snap-push/' with params None and headers {'Accept': 'application/json', 'Authorization': '<macaroon>', 'User-Agent': 'snapcraft/7.5.3 ubuntu/22.04 (x86_64)'}
2023-10-17 06:33:44.354 Uploading... (--->)
2023-10-17 06:33:44.354 Uploading... (<---)
2023-10-17 06:33:44.354 HTTP 'POST' for 'https://storage.snapcraftcontent.com/unscanned-upload/' with params None and headers {'Content-Type': 'multipart/form-data; boundary=ae52f5d1d67f4c3a929d7226661888be', 'Accept': 'application/json', 'User-Agent': 'snapcraft/7.5.3 ubuntu/22.04 (x86_64)'}
2023-10-17 06:46:27.437 craft-store error: Issue encountered while processing your request: [500] Internal Server Error.
2023-10-17 06:46:27.437 Full execution log: '/home/user/.local/state/snapcraft/log/snapcraft-20231017-063344.078257.log'

Am I doing something wrong from my side or is it something regarding the store server?