Skip to content

Something went wrong, please refresh your browser or contact us #4

@apierr

Description

@apierr

The problem should be with https://alfred.kastorstudio.com

-export const appId = isDev() ? process.env.DEV_BOX_ID : process.env.APP_ID;
+export const appId = isDev()
+  ? process.env.DEV_BOX_ID
+  : process.env.APP_ID
 
-export const alfredDomain = "https://alfred.dev-kastorstudio.com";
+export const alfredDomain = isDev()
+  ? 'https://alfred.dev-kastorstudio.com'
+  : 'https://alfred.kastorstudio.com'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions